1 stable release
Uses old Rust 2015
1.0.0 | Oct 26, 2017 |
---|
#6 in #librocksdb
9MB
194K
SLoC
Contains (WOFF font, 75KB) LatoLatin-Italic.woff, (WOFF font, 71KB) LatoLatin-Black.woff, (WOFF font, 73KB) LatoLatin-BlackItalic.woff, (WOFF font, 73KB) LatoLatin-Light.woff, (WOFF font, 73KB) LatoLatin-Regular.woff, (WOFF font, 44KB) LatoLatin-Black.woff2 and 5 more.
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.