rust-rocksdb-zaidoon1/librocksdb-sys
2025-08-27 15:32:33 +01:00
..
rocksdb@53092e61d1 Use continuwuity forks 2025-08-27 15:32:33 +01: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 replace unmaintained dev dependency 2024-03-11 03:22:19 -04:00
build.rs try this way of setting numa 2025-08-27 15:23:08 +01:00
build_version.cc Use continuwuity forks 2025-08-27 15:32:33 +01:00
Cargo.toml disable default features for zstd 2025-08-27 15:32:33 +01: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.