rust-rocksdb-zaidoon1/librocksdb-sys
Jade Ellis fc9a99ac54
Some checks failed
Security Audit / security-audit (push) Failing after 9s
RocksDB CI / Rustfmt (push) Failing after 6s
RocksDB CI / Rustdoc-check (push) Failing after 6s
RocksDB CI / Clippy (push) Failing after 4s
RocksDB CI / Security audit (push) Failing after 7s
RocksDB CI / Linux (push) Failing after 4s
RocksDB CI / Windows (push) Has been cancelled
RocksDB CI / macOS (push) Has been cancelled
chore: Update git links
2025-04-18 17:34:25 +01: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 chore: Update git links 2025-04-18 17:34:25 +01: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.