fork of https://github.com/rust-rocksdb/rust-rocksdb for nextgraph
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
456 B
14 lines
456 B
# RocksDB bindings
|
|
|
|
Low-level bindings to [RocksDB's](https://github.com/facebook/rocksdb) C API.
|
|
|
|
Based on original work by Tyler Neely
|
|
https://github.com/rust-rocksdb/rust-rocksdb
|
|
and Jeremy Fitzhardinge
|
|
https://github.com/jsgf/rocksdb-sys
|
|
|
|
### Version
|
|
|
|
The librocksdb-sys version number is in the format `X.Y.Z+RX.RY.RZ`, where
|
|
`X.Y.Z` is the version of this crate and follows SemVer conventions, while
|
|
`RX.RY.RZ` is the version of the bundled rocksdb.
|
|
|