Skip to main content

Module binary

Module binary 

Source
Expand description

Binary message types for DCP protocol.

Re-exports§

pub use envelope::BinaryMessageEnvelope;
pub use envelope::Flags;
pub use envelope::MessageType;
pub use hbtp::HbtpHeader;
pub use invocation::ArgType;
pub use invocation::ToolInvocation;
pub use signed::SignedInvocation;
pub use signed::SignedToolDef;
pub use stream::ChunkFlags;
pub use stream::StreamChunk;

Modules§

envelope
Binary Message Envelope (BME) - 8-byte fixed header for DCP messages.
hbtp
HBTP (Hyper Binary Transport Protocol) header - 20 bytes.
invocation
Tool invocation structures for fixed-width binary argument passing.
signed
Ed25519 signed structures for security.
stream
Binary stream chunk for streaming support.