Docs.rs
memodb-0.6.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
memodb 0.6.0
An embedded, in-memory, lock-free, transaction-based, key-value database engine
Crate
Source
Builds
Feature flags
Documentation
Coverage
36.36%
4
out of
11
items documented
0
out of
0
items with examples
Size
Source code size: 94.62 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 2.05 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Homepage
surrealdb/memodb
21
4
0
crates.io
Dependencies
bplustree ^0.1.0
normal
crossbeam-skiplist ^0.1.3
normal
sorted-vec ^0.8.6
normal
thiserror ^1.0.58
normal
Versions
0.8.0
(2025-03-25)
0.7.0
(2025-03-10)
0.6.0
(2025-03-05)
0.5.0
(2025-03-05)
0.4.0
(2025-02-20)
0.3.0
(2024-04-05)
0.2.0
(2024-04-03)
0.1.0
(2024-04-03)
Owners
Features
In-memory database
Multi-version concurrency control
Rich transaction support with rollbacks
Multiple concurrent readers without locking
Support for serializable, isolated transactions
Atomicity, Consistency and Isolation from ACID