Expand description
FIDL protocols.
Modules§
- A basic
Transport
implementation based on MPSC channels.
Structs§
- A client for an endpoint.
- A sender for a client endpoint.
- A responder for a two-way message.
- A future for a request pending a response.
- A server for an endpoint.
- A sender for a server endpoint.
- A FIDL protocol message header
Enums§
- Errors that can be produced by FIDL clients and servers.
Constants§
- The flag 0 bit indicating that the wire format is v2.
- The magic number indicating FIDL protocol compatibility.
Traits§
- A type which handles incoming events for a client.
- A type which handles incoming events for a server.
- A transport layer which can send and receive messages.
Functions§
- Parses the transaction ID and ordinal from the given buffer.
- Encodes a message into the given buffer.