Crate mitoxide_proto

Crate mitoxide_proto 

Source
Expand description

§Mitoxide Protocol

Protocol definitions, message types, and codec for the Mitoxide RPC system.

Re-exports§

pub use frame::Frame;
pub use frame::FrameFlags;
pub use message::Message;
pub use message::Request;
pub use message::Response;
pub use codec::FrameCodec;
pub use stream::StreamMultiplexer;
pub use stream::StreamHandle;
pub use stream::StreamState;
pub use error::ProtocolError;

Modules§

codec
Frame codec for async streams Frame codec for async streams
error
Error types for protocol operations Error types for protocol operations
frame
Frame structure and serialization Frame structure and serialization
message
Message types and enums Message types and enums
stream
Stream multiplexing and management Stream multiplexing and management