#rocksdb #bindings #ffi #native-bindings

sys bijou-librocksdb-sys

librocksdb 的本地绑定

2 个版本

0.11.1+8.3.2 2023年10月13日
0.11.0+8.3.2 2023年9月30日

2940数据库接口 中排名

每月下载 32
3 个 Crates 中使用(通过 bijou-rocksdb

MIT/Apache-2.0/BSD-3-Clause

17MB
368K SLoC

C++ 351K SLoC // 0.1% comments Python 8K SLoC // 0.1% comments Shell 4K SLoC // 0.2% comments C 3K SLoC // 0.0% comments GNU Style Assembly 543 SLoC // 0.1% comments INI 431 SLoC // 0.1% comments Rust 392 SLoC // 0.1% comments PowerShell 313 SLoC // 0.2% comments Bitbake 168 SLoC // 0.2% comments

RocksDB 绑定

对 RocksDB 的 C API 的低级绑定。

基于 Tyler Neely 的原始工作 https://github.com/rust-rocksdb/rust-rocksdb 和 Jeremy Fitzhardinge https://github.com/jsgf/rocksdb-sys

版本

librocksdb-sys 的版本号格式为 X.Y.Z+RX.RY.RZ,其中 X.Y.Z 是此 crate 的版本,遵循 SemVer 规范,而 RX.RY.RZ 是捆绑的 rocksdb 的版本。

依赖

~0–4.5MB
~74K SLoC