summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge_api/examples
AgeCommit message (Expand)Author
2022-06-23Merge remote-tracking branch 'gitlab-marcel/feature/add_tedge_api_only' into ...Matthias Beyer
2022-06-23Change TypeUuid implementation to bevy_reflectMatthias Beyer
2022-05-31Merge remote-tracking branch 'gitlab-marcel/feature/add_tedge_api_only' into ...Matthias Beyer
2022-05-31Add TypeUUID to MessagesMarcel Müller
2022-05-31Remove 'unused' warning messagesMarcel Müller
2022-05-31Move Message to message.rsMarcel Müller
2022-05-20Merge remote-tracking branch 'gitlab-marcel/feature/add_tedge_api_only' into ...Matthias Beyer
2022-05-20Replace tokio MPSC with a direct FutureMarcel Müller
2022-05-12Move doc-printing to CLI crateMatthias Beyer
2022-05-12Merge remote-tracking branch 'gitlab-marcel/feature/add_tedge_api_only' into ...Matthias Beyer
2022-05-12Allows untagged enums to be represented as stringsMarcel Müller
2022-05-12Add Config derive macroMarcel Müller
2022-05-12Make ConfigKind::Struct a vectorMarcel Müller
2022-05-10Merge commit '93460d4' into feature/add_tedge_api/integrate-apiMatthias Beyer
2022-05-05Rename Config to ConfigDescriptionMarcel Müller
2022-05-05Move printing config to example from testsMarcel Müller
2022-05-05Add AnyMessage & AnyMessagesMarcel Müller
2022-04-28Merge commit 'a398c97' into feature/add_tedge_api/integrate-api-changesMatthias Beyer
2022-04-27Rename send to send_and_waitMarcel Müller
2022-04-13Fix: Add PluginDirectory::get_address_for_self() impl in exampleMatthias Beyer
2022-04-13Replace PluginError with miette::ErrorMarcel Müller
2022-04-13Adapt names with documentation to be more fittingMarcel Müller
2022-04-13Remove spanned wrapper for toml config in pluginsMarcel Müller
2022-04-11Add PluginDeclaration traitMarcel Müller
2022-03-22Re-export CancellationTokenMarcel Müller
2022-03-22Rename: tedge_comms -> plugin_dirMatthias Beyer
2022-03-22Add dedicated error type for PluginDirectory interfaceMatthias Beyer
2022-03-21Add cancellation tokenMarcel Müller
2022-03-21Rename handler creation to reflect the operationMarcel Müller
2022-03-21Separate Message/ReceiverBundleMarcel Müller
2022-03-21Add reply functionality to messagesMarcel Müller
2022-03-21Add documentation to exampleMatthias Beyer
2022-03-21Add documentationMarcel Müller
2022-03-21Add typed Address structMarcel Müller
2022-03-21Add typed plugins and their untyped wrappersMarcel Müller
2022-03-15Rename Comms to CoreCommunicationMarcel Müller
2022-03-15Adapt example to new interfaceMatthias Beyer
2022-03-04Add Comms::new_message()Matthias Beyer
2022-03-04Merge PluginMessage and CoreMessage to MessageMarcel Müller
2022-03-04Rename PluginBuilder::name to kind_nameMarcel Müller
2022-03-04Make PluginBuilder methods asyncMarcel Müller
2022-03-04Unify errors into PluginErrorMarcel Müller
2022-03-04Make the plugin instantiation failableMatthias Beyer
2022-03-04Make PluginBuilder::verify_configuration() receive a &PluginConfigurationMatthias Beyer
2022-03-04Add example service to tedge_apiMarcel Müller