summaryrefslogtreecommitdiffstats
path: root/crates
AgeCommit message (Expand)Author
2022-03-22Add trait bounds to ReceiverBundleMatthias Beyer
2022-03-22Add Sync implementation for AddressMatthias Beyer
2022-03-22Fix: Import time feature from tokioMatthias Beyer
2022-03-22Add dedicated error type for PluginDirectory interfaceMatthias Beyer
2022-03-22PluginDirectory::get_address_for_core() shouldn't return ResultMatthias 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-21Remove unneeded name param for core addressMarcel Müller
2022-03-21Expose CoreMessagesMarcel Müller
2022-03-21Manually implement Clone/Debug for AddressMarcel Müller
2022-03-21Add documentation to exampleMatthias Beyer
2022-03-21Allow missing docs on generated typeMatthias Beyer
2022-03-21Add doc: mod messageMatthias Beyer
2022-03-21Add doc: StopCoreMatthias Beyer
2022-03-21Derive Debug for StopCoreMatthias Beyer
2022-03-21Allow missing Debug impl for BuiltPluginMatthias Beyer
2022-03-21Derive Debug for message bundle structMatthias Beyer
2022-03-21Add doc: PluginErrorMatthias Beyer
2022-03-21Add doc: make_message_bundle!()Matthias Beyer
2022-03-21Add doc: BuiltPluginMatthias Beyer
2022-03-21Add doc: PluginExtMatthias Beyer
2022-03-21Add doc: MessageBundleMatthias Beyer
2022-03-21Add doc: MessageMatthias Beyer
2022-03-21Add doc: HandleMatthias Beyer
2022-03-21Add doc: PluginMatthias Beyer
2022-03-21Add doc: PluginBuilderMatthias Beyer
2022-03-21Add doc: PluginDirectory traitMatthias Beyer
2022-03-21Add doc: AddressMatthias Beyer
2022-03-21Add doc: Address::send()Matthias Beyer
2022-03-21Add description of crateMatthias 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-15Simplify Address by removing source informationMarcel Müller
2022-03-15Make MessageKind::Reply useful by adding contentMarcel Müller
2022-03-15Remove dead_code directiveMarcel Müller
2022-03-15Singularize {errors,messages,plugins}.rsMarcel Müller
2022-03-15Remove reply functionalityMatthias Beyer
2022-03-15Fix comment: We're talking about the acme_mapper hereMatthias Beyer
2022-03-15Add Measurement variant to MessageKindMatthias Beyer
2022-03-15Fix formatting in the tedge_api crateMatthias Beyer
2022-03-15Adapt example to new interfaceMatthias Beyer
2022-03-04Impl Debug for CommsMatthias Beyer
2022-03-04Add message destinationMatthias Beyer
2022-03-04Clarify plugin configuration and rewrite exampleMarcel Müller
2022-03-04Clarify that this document is about tedge_apiMarcel Müller
2022-03-04Make Message::new() privateMatthias Beyer