Docs.rs
  • aldrin-core-0.2.0
    • aldrin-core 0.2.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dennis-hamester
    • Dependencies
      • arbitrary ^1.3.2 normal
      • bytes ^1.5.0 normal
      • futures-channel ^0.3.29 normal
      • futures-core ^0.3.29 normal
      • num_enum ^0.7.1 normal
      • pin-project-lite ^0.2.13 normal
      • tokio ^1.34.0 normal
      • uuid ^1.6.1 normal
      • futures ^0.3.29 dev
      • tokio ^1.34.0 dev
    • Versions
    • 8.7% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

aldrin_core0.2.0

Module message

  • Structs
  • Enums
  • Traits

In crate aldrin_core

?
Change settings

Module aldrin_core::message

source ·

Structs

  • AddBusListenerFilter
  • AddChannelCapacity
  • BusListenerCurrentFinished
  • CallFunction
  • CallFunctionReply
  • ChannelEndClaimed
  • ChannelEndClosed
  • ClaimChannelEnd
  • ClaimChannelEndReply
  • ClearBusListenerFilters
  • CloseChannelEnd
  • CloseChannelEndReply
  • Connect
  • CreateBusListener
  • CreateBusListenerReply
  • CreateChannel
  • CreateChannelReply
  • CreateObject
  • CreateObjectReply
  • CreateService
  • CreateServiceReply
  • DestroyBusListener
  • DestroyBusListenerReply
  • DestroyObject
  • DestroyObjectReply
  • DestroyService
  • DestroyServiceReply
  • EmitBusEvent
  • EmitEvent
  • ItemReceived
  • Packetizer
    Splits a continuous stream of bytes into individual messages.
  • QueryServiceVersion
  • QueryServiceVersionReply
  • RemoveBusListenerFilter
  • SendItem
  • ServiceDestroyed
  • Shutdown
  • StartBusListener
  • StartBusListenerReply
  • StopBusListener
  • StopBusListenerReply
  • SubscribeEvent
  • SubscribeEventReply
  • Sync
  • SyncReply
  • UnsubscribeEvent

Enums

  • CallFunctionResult
  • ClaimChannelEndResult
  • CloseChannelEndResult
  • ConnectReply
  • CreateObjectResult
  • CreateServiceResult
  • DestroyBusListenerResult
  • DestroyObjectResult
  • DestroyServiceResult
  • Message
  • MessageDeserializeError
  • MessageKind
  • MessageSerializeError
  • QueryServiceVersionResult
  • StartBusListenerResult
  • StopBusListenerResult
  • SubscribeEventResult

Traits

  • MessageOps