rust-rocksdb-zaidoon1/librocksdb-sys
strawberry 41e6054383 use the provided system rocksdb prebuilt on freebsd
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-07-28 22:44:13 -04:00
..
rocksdb@f444196659 Update to RocksDB 9.0.0 2024-03-25 03:42:03 -04:00
snappy@23b3286820 Bump snappy to 1.2.0 (#883) 2024-05-01 17:46:13 +01:00
src Use lz4-sys crate rather then submodule (#679) 2022-09-01 11:05:52 +02:00
tests Update RocksDB to 8.5.3 (#815) 2023-09-21 09:26:52 +01:00
build.rs use the provided system rocksdb prebuilt on freebsd 2024-07-28 22:44:13 -04:00
build_version.cc Update to RocksDB 9.0.0 2024-03-25 03:42:03 -04:00
Cargo.toml Bump lz4 1.10 (#906) 2024-07-26 09:58:43 +01:00
Makefile Update rocksdb submodule to 6.1.2 (#328) 2019-09-26 10:59:19 +03:00
README.md Release 0.18.0 (#601) 2022-02-08 12:55:32 +04:00
rocksdb_lib_sources.txt Update hash commit of the rocksdb submodule to corresponding v8.9.1 tag (#848) 2023-12-14 09:03:40 +00: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.