Re-exports§
pub use platform::MemoryRegion;
pub use platform::Object;
Modules§
Macros§
- label
- A helper macro to build
Label
, e.g.label!("network")
.
Structs§
- Bytes
Message - A predefined message type.
- Endpoint
Receiver - The receiving half of endpoint, messages sent to the endpoint can be retrieved using
recv
, dropping receiver will close underly receving kernel buffer. - Endpoint
Sender - The sending half of endpoint, messages can be sent with
send
. - Label
- Memory
Registry - Perform memory region allocation by reusing system memory.
- Message
- Options
- Parameters for joining the bus.
- Selector
- Describe how a messages is routed.
- Version