Crate aether_protocol

Source
Expand description

§AetherDB Network Protocol

This crate defines the official, stable network protocol for communicating with an AetherDB instance. It contains all request and response data structures, serialized using bincode for maximum performance.

Re-exports§

pub use request::Request;
pub use response::Response;
pub use types::BatchRequest;
pub use types::BatchResponse;
pub use types::DbStats;
pub use types::Direction;
pub use types::Filter;
pub use types::QueryOptions;
pub use types::Record;
pub use types::RecordSet;

Modules§

request
response
types