rust-rocksdb 0.52.0

Rust wrapper for Facebook's RocksDB embeddable database
Documentation
1
2
3
4
5
6
7
[toolchain]
# Track stable rather than pinning the MSRV. Pinning it here meant no job ever
# built on current stable, so a new lint or a toolchain change that broke the
# RocksDB build stayed invisible until the pin moved, and then arrived all at
# once. `rust-version` in Cargo.toml is the MSRV, and the "MSRV" CI job is what
# enforces it.
channel = "stable"