summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge_lib
AgeCommit message (Expand)Author
2022-07-16Fix format: sort importsMatthias Beyer
2022-07-15Merge branch 'feature/add_tedge_api/remove-mainloop-stop-result' into feature...Matthias Beyer
2022-07-06Remove the Result return typeMatthias Beyer
2022-07-06Replace new() with Default implMatthias Beyer
2022-07-06Replace Into<> implementation with From<> implMatthias Beyer
2022-07-06Replace Into<> implementation with From<> implMatthias Beyer
2022-07-06Replace Into<> implementation with From<> implMatthias Beyer
2022-07-06Remove redunant cloneMatthias Beyer
2022-07-04Fix: Use right configuration keyMatthias Beyer
2022-07-04Fix: impl TypeUuid for message type in doc commentMatthias Beyer
2022-07-04Fix: Use fancy miette errors in testsMatthias Beyer
2022-07-04Merge branch 'feature/add_tedge_api/tedge-lib-config-helpers' into feature/ad...Matthias Beyer
2022-07-04Merge branch 'feature/add_tedge_api/doc' into feature/add_tedge_api_implMatthias Beyer
2022-07-03Merge branch 'feature/add_tedge_api/fix-sendgroup-test' into feature/add_tedg...Matthias Beyer
2022-07-03Add test for pubsub patternMatthias Beyer
2022-07-03Add helper abstractions for pubsub style communicationMatthias Beyer
2022-07-03Add documentation for OneOrMany config helper typeMatthias Beyer
2022-07-03Add documentation for Address config helper typeMatthias Beyer
2022-07-03Add module-level documentation for config helper typesMatthias Beyer
2022-07-03Add config helper type: SocketAddrMatthias Beyer
2022-07-02Add config helper type: PortMatthias Beyer
2022-07-02Add must_use annotation for AddressGroup::try_send()Matthias Beyer
2022-07-02Add must_use annotation for AddressGroup::send_and_wait()Matthias Beyer
2022-07-02Add documentation for AddressGroup typeMatthias Beyer
2022-07-01Fix name of setting: communication_buffer_size -> max_concurrencyMatthias Beyer
2022-07-01Fix: Change Plugin impl to use main() fnMatthias Beyer
2022-07-01Fix: Adapt to new TedgeApplicationBuilder interfaceMatthias Beyer
2022-07-01Fix: Remove stream adaptor in send group testMatthias Beyer
2022-07-01Fix: Implement TypeUuid for send group testMatthias Beyer
2022-06-23tedge_lib: Replace type_uuid with bevy_reflectMatthias Beyer
2022-05-31tedge_lib: Derive TypeUuid for message typesMatthias Beyer
2022-05-31tedge_lib: Fix importsMatthias Beyer
2022-05-23Remove Into<_> impl for SendAllResultMatthias Beyer
2022-05-23Add SendAllResult::into_result()Matthias Beyer
2022-05-23Fix: Address::try_send() is now asyncMatthias Beyer
2022-05-19Add iterator-result helper for collecting send resultsMatthias Beyer
2022-05-19Make AddressGroup::send_and_wait() return StreamMatthias Beyer
2022-05-19Move: AddressGroup type should not be in "config" moduleMatthias Beyer
2022-05-18Add Debug derive for AddressGroupMatthias Beyer
2022-05-18Add test for deserializing list of addressesMatthias Beyer
2022-05-18Add OneOrMany::into_vec()Matthias Beyer
2022-05-18Add AsRef<str> impl for AddressMatthias Beyer
2022-05-18Fix: Make sure address is deserialized as StringMatthias Beyer
2022-05-18Add testcase for deserializing an addressMatthias Beyer
2022-05-18Wrap list of errorsMatthias Beyer
2022-05-18Make AddressGroup::build() return all errorsMatthias Beyer
2022-05-17Add tests for sending from an AddressGroupMatthias Beyer
2022-05-17Add address config helper typesMatthias Beyer
2022-05-17Add OneOrMany config helper typeMatthias Beyer
2022-05-17Move humantime config support impl to submoduleMatthias Beyer