Commit 503bd70f authored by Tyler Neely's avatar Tyler Neely

update priorities

parent 60a8d9a2
......@@ -41,18 +41,17 @@ fn main() {
- [x] linux support
- [x] rocksdb compiled via cargo
- [x] OSX support
- [ ] column family operations
- [ ] LRU cache
- [ ] destroy/repair
- [ ] rustic merge operator
- [ ] batch
- [ ] iterator
- [ ] create/release snapshot
- [ ] range
- [ ] rustic merge operator
- [ ] create/release snapshot
- [ ] column family operations
- [ ] compaction filter, style
- [ ] LRU cache
- [ ] destroy/repair
- [ ] comparator
- [ ] slicetransform
- [ ] logger
- [ ] windows support
Feedback and pull requests welcome!
......@@ -224,7 +224,7 @@ pub fn open(path: String, create_if_missing: bool) -> Result<Rocksdb, String> {
let cpath_ptr = cpath.as_ptr();
//TODO test path here, as if rocksdb fails it will just crash the
// process currently
// process currently
let err = 0 as *mut i8;
let db = rocksdb_ffi::rocksdb_open(opts, cpath_ptr, err);
......
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