Expand description
FIDL protocols.
Re-exports§
pub use self::client::make_client;
pub use self::server::make_server;
Modules§
- FIDL protocol clients.
- A basic
Transport
implementation based on MPSC channels. - FIDL protocol servers.
Structs§
- A transport buffer with a pre-parsed header and known ordinal.
- A transactional FIDL message header
Enums§
- Errors that can be produced when decoding FIDL messages.
Constants§
- The flag 0 bit indicating that the wire format is v2.
- The magic number indicating FIDL protocol compatibility.
Traits§
- A transport layer which can send and receive messages.
Functions§
- Encodes a message into the given buffer.