1 stable release

Uses old Rust 2015

1.0.0 Oct 26, 2017

#6 in #librocksdb

MIT/Apache-2.0/BSD-3-Clause

9MB
194K SLoC

C++ 168K SLoC // 0.1% comments Java 19K SLoC // 0.3% comments Shell 2.5K SLoC // 0.2% comments Python 1.5K SLoC // 0.2% comments C 1.5K SLoC // 0.1% comments Rust 828 SLoC // 0.1% comments PowerShell 286 SLoC // 0.2% comments Bitbake 170 SLoC // 0.2% comments INI 108 SLoC // 0.2% comments JavaScript 95 SLoC // 0.1% comments M4 64 SLoC // 0.1% comments Automake 20 SLoC // 0.2% comments

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.

Dependencies