This library has been tested against RocksDB 3.8.1 on linux and OSX. The 0.0.8 crate should work with the Rust nightly release as of 7/18/15.
This library has been tested against RocksDB 3.8.1 on linux and OSX. The 0.1.0 crate should work with the Rust 1.1 stable and nightly releases as of 8/2/15.
### status
-[x] basic open/put/get/delete/close
...
...
@@ -31,7 +31,7 @@ sudo make install
###### Cargo.toml
```rust
[dependencies]
rocksdb="~0.0.8"
rocksdb="~0.1.0"
```
###### Code
```rust
...
...
@@ -112,9 +112,15 @@ use rocksdb::{Options, RocksDB, MergeOperands, Writable};