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
Tyler Neely 701669d076
cut rocksdb version 0.10.0, librocksdb-sys 5.11.3.
7 years ago
..
rocksdb@dbd8fa09b8 cut rocksdb version 0.10.0, librocksdb-sys 5.11.3. 7 years ago
snappy@efb39e81b8 rename rocksdb-sys 8 years ago
src Remove `set_disable_data_sync` 7 years ago
tests add workaround for weird bindgen stddefs.h align bug, fix tests 7 years ago
.gitignore rename rocksdb-sys 8 years ago
Cargo.toml cut rocksdb version 0.10.0, librocksdb-sys 5.11.3. 7 years ago
Makefile Makefiles use tabs 8 years ago
README.md rename rocksdb-sys 8 years ago
build.rs System rocksdb and snappy libs through envvars 7 years ago
build_version.cc rename rocksdb-sys 8 years ago
build_version.h rename rocksdb-sys 8 years ago
rocksdb_lib_sources.txt cut rocksdb version 0.10.0, librocksdb-sys 5.11.3. 7 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/spacejam/rust-rocksdb and Jeremy Fitzhardinge https://github.com/jsgf/rocksdb-sys