Crate hightower_kv

Crate hightower_kv 

Source

Re-exports§

pub use auth_service::AuthService;
pub use config::StoreConfig;
pub use engine::KvEngine;
pub use engine::SingleNodeEngine;
pub use error::Error;
pub use error::Result;

Modules§

auth_service
Authentication service implementation.
auth_types
Authentication-related types.
command
Command definitions for the key-value store.
compactor
Background compaction coordinator.
config
Configuration structures.
crypto
Cryptographic utilities for hashing and encryption.
engine
Key-value engine traits and implementations.
error
Error types and result aliases.
id_generator
Distributed ID generation.
index
In-memory index for fast lookups.
log_segment
Log segment management.
metrics
Metrics collection and reporting.
prefix_index
Prefix index for efficient prefix queries.
replication
Replication protocol implementation.
snapshot
Snapshot persistence.
state
In-memory key-value state.
storage
Log-structured storage layer.