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
Oleksandr Anyshchenko 6ed14c3e34
Fix CI builds (#582)
3 years ago
..
lz4@d44371841a Update compression dependencies (#570) 3 years ago
rocksdb@51b540921d Update rocksdb to v6.22.1 (#540) 3 years ago
snappy@2b63814b15 Update compression dependencies (#570) 3 years ago
src Use external compression crates where possible (#555) 3 years ago
tests librocksdb-sys: bump to 6.17.3 (#503) 4 years ago
Cargo.toml Use external compression crates where possible (#555) 3 years ago
Makefile Update rocksdb submodule to 6.1.2 (#328) 5 years ago
README.md Update rocksdb version up to 5.17.2 6 years ago
build.rs Use external compression crates where possible (#555) 3 years ago
build_version.cc Update rocksdb to v6.22.1 (#540) 3 years ago
rocksdb_lib_sources.txt Fix CI builds (#582) 3 years 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