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 91f91c73ee fix for openbsd link with -lcrypto 1 year ago
..
api fix linux build 1 year ago
lz4 Merge commit 'c43e79ce9f116be79c448121f209a66181b3bf53' as 'librocksdb-sys/lz4' 1 year ago
rocksdb Merge commit 'b1291d0eb98493d4682303a025de366cfe178e7a' 1 year ago
src removing vendored openssl for openbsd 1 year ago
tests fix rocksdb_options_set_plain_table_factory 1 year ago
Cargo.toml fix for openbsd link with -lcrypto 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 for openbsd link with -lcrypto 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.