ordering, clarity

master
Tyler Neely 10 years ago
parent 6ac5241c73
commit 59af66101c
  1. 40
      README.md

@ -1,27 +1,6 @@
rust-rocksdb 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 ### running
- Cargo.toml - Cargo.toml
```rust ```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! - Feedback and pull requests welcome!

Loading…
Cancel
Save