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 f9a54b4b81 Merge commit '081ffa92ee05d06c98eab5222656d7b6b34fb042' as 'librocksdb-sys/rocksdb' 1 year ago
..
api Env::version() 1 year ago
lz4 Merge commit 'c43e79ce9f116be79c448121f209a66181b3bf53' as 'librocksdb-sys/lz4' 1 year ago
rocksdb Merge commit '081ffa92ee05d06c98eab5222656d7b6b34fb042' as 'librocksdb-sys/rocksdb' 1 year ago
src Use lz4-sys crate rather then submodule (#679) 2 years ago
tests fix rocksdb_options_set_plain_table_factory 1 year ago
Cargo.toml change submodule rocksdb to point to nextgraph fork 1 year ago
Makefile Update rocksdb submodule to 6.1.2 (#328) 5 years ago
README.md Release 0.18.0 (#601) 3 years ago
build.rs updated build.rs with more flags and settings 1 year ago
build_version.cc Update to RocksDB 8.3.2 (#796) 1 year ago
rocksdb_lib_sources.txt added missing c file 1 year 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.