Commit 59af6610 authored by Tyler Neely's avatar Tyler Neely

ordering, clarity

parent 6ac5241c
rust-rocksdb
============
* rust wrapper for rocksdb
* development began 11/16/14
* status (uncompleted tasks are not ranked by priority):
- [x] basic open/put/get/close
- [x] linux support
- [x] rocksdb compiled via cargo
- [x] OSX support
- [ ] column family operations
- [ ] LRU cache
- [ ] destroy/repair
- [ ] batch
- [ ] iterator
- [ ] create/release snapshot
- [ ] range
- [ ] rustic merge operator
- [ ] compaction filter, style
- [ ] comparator
- [ ] slicetransform
- [ ] logger
- [ ] windows support
### running
- Cargo.toml
```rust
......@@ -44,4 +23,23 @@ fn main() {
}
```
### status
- [x] basic open/put/get/close
- [x] linux support
- [x] rocksdb compiled via cargo
- [x] OSX support
- [ ] column family operations
- [ ] LRU cache
- [ ] destroy/repair
- [ ] batch
- [ ] iterator
- [ ] create/release snapshot
- [ ] range
- [ ] rustic merge operator
- [ ] compaction filter, style
- [ ] comparator
- [ ] slicetransform
- [ ] logger
- [ ] windows support
- Feedback and pull requests welcome!
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