Commit 6ac5241c authored by Tyler Neely's avatar Tyler Neely

rusty readme

parent 0b25aa21
......@@ -24,12 +24,12 @@ rust-rocksdb
### running
- Cargo.toml
```
```rust
[dependencies.rocksdb]
git = "https://github.com/spacejam/rust-rocksdb"
```
- Code
```
```rust
extern crate rocksdb;
fn main() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment