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

rusty readme

parent 0b25aa21
...@@ -24,12 +24,12 @@ rust-rocksdb ...@@ -24,12 +24,12 @@ rust-rocksdb
### running ### running
- Cargo.toml - Cargo.toml
``` ```rust
[dependencies.rocksdb] [dependencies.rocksdb]
git = "https://github.com/spacejam/rust-rocksdb" git = "https://github.com/spacejam/rust-rocksdb"
``` ```
- Code - Code
``` ```rust
extern crate rocksdb; extern crate rocksdb;
fn main() { 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