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