Docs.rs
mindb-0.1.2
mindb 0.1.2
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
SHIKlMORI
Dependencies
ahash ^0.8
normal
crossbeam-skiplist ^0.1
normal
crossbeam-utils ^0.8
normal
hashbrown ^0.14
normal
libc ^0.2
normal
parking_lot ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
smallvec ^1.13
normal
thiserror ^1.0
normal
uuid ^1
normal
xxhash-rust ^0.8
normal
zstd ^0.12
normal
criterion ^0.5
dev
jammdb ^0.8
dev
native_db ^0.8.1
dev
native_model ^0.4.20
dev
once_cell ^1
dev
rusqlite ^0.29
dev
sled ^0.34
dev
tempfile ^3
dev
Versions
44.95%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate mindb
mindb
0.1.2
All Items
Crate Items
Modules
Crate
mindb
Copy item path
Source
Modules
§
config
Configuration structs and hot-reload helpers for MindB.
db
index
In-memory and on-disk index structures used by MindB.
observe
Instrumentation helpers for MindB.
query
High level query handlers that compose the different index layers.
recovery
Recovery utilities for restoring in-memory state from durable artifacts.
storage
Storage subsystem primitives for MindB. This module exposes the shared traits and error types used by the segment, manifest, and compaction submodules.
write