Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
rust-rocksdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangzongwu
rust-rocksdb
Commits
59af6610
Commit
59af6610
authored
Nov 26, 2014
by
Tyler Neely
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ordering, clarity
parent
6ac5241c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
21 deletions
+19
-21
README.md
README.md
+19
-21
No files found.
README.md
View file @
59af6610
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!
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment