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
Karl Hobley 108c9cdf61 Convert tabs to spaces 8 years ago
..
rocksdb@f201a44b41 Implement static linking 8 years ago
snappy@efb39e81b8 Implement static linking 8 years ago
src Implement static linking 8 years ago
.gitignore Implement static linking 8 years ago
Cargo.toml Implement static linking 8 years ago
Makefile Convert tabs to spaces 8 years ago
README.md Implement static linking 8 years ago
build.rs Convert tabs to spaces 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