1 stable release
Uses old Rust 2015
1.0.0 | Oct 26, 2017 |
---|
#51 in #rocksdb
9MB
194K
SLoC
RocksDB bindings
Low-level bindings to RocksDB's C API.
Based on original work by Tyler Neely https://github.com/spacejam/rust-rocksdb and Jeremy Fitzhardinge https://github.com/jsgf/rocksdb-sys
lib.rs
:
Raw bindings for RocksDB.
This is simply a raw interface to the RocksDB C API. It is intended to underpin a higher-level library rather than for direct use.