master
Tyler Neely 10 years ago
parent 51e3908446
commit 91224ab9b7
  1. 4
      README.md

@ -2,13 +2,13 @@ rust-rocksdb
============
### running
- Cargo.toml
###### Cargo.toml
```rust
[dependencies.rocksdb]
git = "https://github.com/spacejam/rust-rocksdb"
```
RocksDB 3.8.1 will be pulled in and compiled automatically.
- Code
###### Code
```rust
extern crate rocksdb;

Loading…
Cancel
Save