You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rust-rocksdb/librocksdb-sys
Tim bcf5667805
Update snappy to 1.1.10 (#788)
1 year ago
..
rocksdb@6a43615041 Update to RocksDB 8.1.1 (#774) 1 year ago
snappy@dc05e02648 Update snappy to 1.1.10 (#788) 1 year ago
src Use lz4-sys crate rather then submodule (#679) 2 years ago
tests Fix clippy warnings (#680) 2 years ago
Cargo.toml Release 0.21.0 (#777) 1 year ago
Makefile Update rocksdb submodule to 6.1.2 (#328) 5 years ago
README.md Release 0.18.0 (#601) 3 years ago
build.rs Update iOS min version to 12 in the build script (#770) 1 year ago
build_version.cc Update to RocksDB 8.1.1 (#774) 1 year ago
rocksdb_lib_sources.txt Update to RocksDB 8.1.1 (#774) 1 year ago
snappy-stubs-public.h rename rocksdb-sys 8 years ago

README.md

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.