Crate bolt_proto

Source
Expand description

This crate contains the primitives used in the Bolt protocol. The Message and Value enums are of particular importance, and are the primary units of information sent and consumed by Bolt clients/servers.

Re-exports§

pub use message::Message;
pub use value::Value;

Modules§

error
message
value
version

Enums§

ServerState