#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

0.1.1 Nov 15, 2024
0.1.0 Oct 20, 2017

#1490 in Database interfaces

Download history 16/week @ 2024-09-23 1/week @ 2024-10-14 6/week @ 2024-10-21 10/week @ 2024-11-04 123/week @ 2024-11-11 19/week @ 2024-11-18 8/week @ 2024-11-25 70/week @ 2024-12-02 75/week @ 2024-12-09

177 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