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/rocksdb-sys
Alexander Regueiro d9e0e9ad79 Made various aesthetic changes. 8 years ago
..
rocksdb@f201a44b41 Implement static linking 8 years ago
snappy@efb39e81b8 Implement static linking 8 years ago
src Made various aesthetic changes. 8 years ago
tests Made various aesthetic changes. 8 years ago
.gitignore Implement static linking 8 years ago
Cargo.toml Performed lots of clean-up on code. 8 years ago
Makefile Convert tabs to spaces 8 years ago
README.md Implement static linking 8 years ago
build.rs Performed lots of clean-up on code. 8 years ago
build_version.cc Implement static linking 8 years ago
build_version.h Implement static linking 8 years ago
rocksdb_lib_sources.txt Implement static linking 8 years ago
snappy-stubs-public.h Convert tabs to spaces 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