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 3fc956b78a Squashed 'librocksdb-sys/rocksdb/' changes from d334e861a..62d62a9d1 1 year ago
..
api fix version string 1 year ago
lz4 Merge commit 'c43e79ce9f116be79c448121f209a66181b3bf53' as 'librocksdb-sys/lz4' 1 year ago
rocksdb Squashed 'librocksdb-sys/rocksdb/' changes from d334e861a..62d62a9d1 1 year ago
src another attempt at compiling rocksdb on openbsd and linking to OS libcrypto 1 year ago
tests fix rocksdb_options_set_plain_table_factory 1 year ago
Cargo.toml another attempt at compiling rocksdb on openbsd and linking to OS libcrypto 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 fix crypto lib linking 1 year ago
build_version.cc Update to RocksDB 8.3.2 (#796) 1 year ago
rocksdb_lib_sources.txt adding openssl plugin for some target (testing with darwin for now) 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.