#rocksdb #ffi #noise #direct #fork #rocks-db #librocksdb-sys

sys noise_search_deps_librocksdb-sys

Fork of librocksdb-sys crate for Noise

1 unstable release

Uses old Rust 2015

0.1.0 Oct 20, 2017

#48 in #rocks-db

Download history 2/week @ 2023-11-16 3/week @ 2023-11-23 2/week @ 2023-11-30 4/week @ 2024-02-08 10/week @ 2024-02-15 23/week @ 2024-02-22 64/week @ 2024-02-29

101 downloads per month
Used in 2 crates (via noise_search_deps_rocksdb)

MIT/Apache-2.0/BSD-3-Clause

9MB
195K SLoC

C++ 169K 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 833 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

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