rust-rocksdb-zaidoon1/librocksdb-sys
2026-03-09 11:55:03 -04:00
..
rocksdb@53092e61d1 upgrade RocksDB to 10.10.1 2026-02-03 02:58:42 -05:00
snappy@6af9287fbd bump snappy to 1.2.2 2025-04-01 00:45:58 -04:00
src Ensure jemalloc is linked in when the feature is enabled (#1026) 2025-08-10 02:20:25 -04:00
tests sync with upstream & upgrade to Rust edition 2024 and MSRV 1.89.0 (#187) 2025-12-29 13:24:47 -05:00
build.rs Merge remote-tracking branch 'origin/zaidoon/10.10.1' 2026-03-09 11:55:03 -04:00
build_version.cc upgrade RocksDB to 10.10.1 2026-02-03 02:58:42 -05:00
Cargo.toml Merge remote-tracking branch 'origin/zaidoon/10.10.1' 2026-03-09 11:55:03 -04:00
gen_perf_metrics.bash auto-generate perf metrics enum from RocksDB source 2025-08-26 14:17:03 -04:00
gen_statistics.bash Improve statistics by auto gen enum Ticker & enum Histogram (#924) 2024-09-06 15:41:12 -04:00
Makefile auto-generate perf metrics enum from RocksDB source 2025-08-26 14:17:03 -04:00
README.md Update README.md 2025-02-15 01:29:51 -05:00
rocksdb_lib_sources.txt upgrade to RocksDB 10.5.1 2025-08-11 13:31:59 -04:00
snappy-stubs-public.h rename rocksdb-sys 2016-11-13 20:00:48 +01:00

RocksDB bindings

Low-level bindings to RocksDB's C API.

Based on the original work by Tyler Neely https://github.com/rust-rocksdb/rust-rocksdb and Jeremy Fitzhardinge https://github.com/jsgf/rocksdb-sys

Version

The librocksdb-sys version number is in the format X.Y.Z+RX.RY.RZ, where X.Y.Z is the version of this crate and follows SemVer conventions, while RX.RY.RZ is the version of the bundled rocksdb.