rust-rocksdb-zaidoon1/librocksdb-sys
2026-05-19 19:47:14 +01:00
..
rocksdb@3756b2b905 Use continuwuity forks 2026-05-19 19:47:14 +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 sync with upstream & upgrade to Rust edition 2024 and MSRV 1.89.0 (#187) 2025-12-29 13:24:47 -05:00
build.rs remove gtest from build include 2026-05-19 19:45:03 +01:00
build_version.cc Use continuwuity forks 2026-05-19 19:47:14 +01:00
Cargo.toml Use continuwuity forks 2026-05-19 19:47:14 +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 RocksDB to 11.1.1 2026-05-04 02:09:42 -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.