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

sys noise_search_deps_librocksdb-sys

Fork of librocksdb-sys crate for Noise

2 releases

Uses old Rust 2015

new 0.1.1 Nov 15, 2024
0.1.0 Oct 20, 2017

#1530 in Database interfaces

Download history 6/week @ 2024-07-28 2/week @ 2024-08-11 15/week @ 2024-09-22 1/week @ 2024-09-29 1/week @ 2024-10-13 5/week @ 2024-10-20 1/week @ 2024-10-27 9/week @ 2024-11-03 110/week @ 2024-11-10

125 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 832 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

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 4 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.

Dependencies