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
Niko PLP 73e7fc4ac9 win build config for ippcp lib 11 months ago
..
api fix linux build 11 months ago
lz4 Merge commit 'c43e79ce9f116be79c448121f209a66181b3bf53' as 'librocksdb-sys/lz4' 11 months ago
rocksdb Merge commit '92b9407ccd6b5510c1d0403e79188aff9c64c9ba' 11 months ago
src Use lz4-sys crate rather then submodule (#679) 2 years ago
tests fix rocksdb_options_set_plain_table_factory 11 months ago
Cargo.toml change submodule rocksdb to point to nextgraph fork 11 months ago
Makefile Update rocksdb submodule to 6.1.2 (#328) 5 years ago
README.md Release 0.18.0 (#601) 2 years ago
build.rs win build config for ippcp lib 11 months ago
build_version.cc Update to RocksDB 8.3.2 (#796) 1 year ago
rocksdb_lib_sources.txt added missing c file 11 months 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.