1 unstable release
Uses old Rust 2015
0.1.0 | Oct 20, 2017 |
---|
#51 in #rocksdb
43 downloads per month
Used in 2 crates
(via noise_search_deps_rocksdb)
9MB
195K
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.