Lightweight high-performance pure-rust transactional embedded database.
# Cargo.toml
[dependencies]
sled = "0.34.7"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open a database, insert a key-value pair, and retrieve it.
Use sled in a single-threaded context or configure the runtime accordingly.
No dependency data recorded yet.