Skip to main content

Crate nodedb_lite

Crate nodedb_lite 

Source

Re-exports§

pub use config::LiteConfig;
pub use error::LiteError;
pub use memory::MemoryGovernor;
pub use nodedb::NodeDbLite;
pub use storage::engine::StorageEngine;
pub use storage::engine::WriteOp;
pub use storage::redb_storage::RedbStorage;
pub use nodedb_query;

Modules§

config
Runtime configuration for NodeDB-Lite.
engine
error
Error types for NodeDB-Lite.
id_gen
First-class ID type generation and validation.
memory
Edge Memory Governor — lightweight budget management.
nodedb
query
runtime
Platform-specific async runtime abstractions.
storage
sync