rust-rocksdb-zaidoon1/librocksdb-sys
2025-07-24 22:17:32 +01:00
..
rocksdb@28d4b7276c Use continuwuity forks 2025-07-24 21:15:12 +01:00
snappy@6af9287fbd bump snappy to 1.2.2 2025-04-01 00:45:58 -04:00
src Use lz4-sys crate rather then submodule (#679) 2022-09-01 11:05:52 +02:00
tests replace unmaintained dev dependency 2024-03-11 03:22:19 -04:00
build.rs try this way of setting numa 2025-07-24 20:48:44 +01:00
build_version.cc Use continuwuity forks 2025-07-24 21:15:12 +01:00
Cargo.toml disable default features for zstd 2025-07-24 22:17:32 +01:00
gen_statistics.bash Improve statistics by auto gen enum Ticker & enum Histogram (#924) 2024-09-06 15:41:12 -04:00
Makefile Improve statistics by auto gen enum Ticker & enum Histogram (#924) 2024-09-06 15:41:12 -04:00
README.md Update README.md 2025-02-15 01:29:51 -05:00
rocksdb_lib_sources.txt upgrade to RocksDB 10.4.2 2025-07-10 22:57:45 -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.