rust-rocksdb-zaidoon1/librocksdb-sys
strawberry 1c267e0bf0
bump build deps to consolidate deps
Signed-off-by: strawberry <june@girlboss.ceo>
2025-03-08 02:22:45 -05:00
..
rocksdb@3ce04794bc bump our rocksdb fork 2025-03-06 19:46:55 -05: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 bump build deps to consolidate deps 2025-03-08 02:22:45 -05:00
build_version.cc bump our rocksdb fork 2025-03-06 19:46:55 -05:00
Cargo.toml bump build deps to consolidate deps 2025-03-08 02:22:45 -05:00
gen_statistics.bash Improve statistics by auto gen enum Ticker & enum Histogram (#924) 2024-09-08 12:12:47 -04:00
Makefile Improve statistics by auto gen enum Ticker & enum Histogram (#924) 2024-09-08 12:12:47 -04:00
README.md Release 0.18.0 (#601) 2022-02-08 12:55:32 +04:00
rocksdb_lib_sources.txt add few more missing source files, fix few lints from zaidoon1 2025-03-07 00:53:17 -05: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 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.