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
c8016282
Commit
c8016282
authored
Jul 15, 2015
by
David Greenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce public api
parent
91b82467
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
lib.rs
src/lib.rs
+0
-6
main.rs
src/main.rs
+1
-1
No files found.
src/lib.rs
View file @
c8016282
...
...
@@ -23,11 +23,7 @@
pub
use
ffi
as
rocksdb_ffi
;
pub
use
ffi
::{
new_bloom_filter
,
new_cache
,
RocksDBUniversalCompactionStyle
,
RocksDBCompactionStyle
,
RocksDBCompressionType
,
RocksDBSnapshot
,
RocksDBComparator
,
};
pub
use
rocksdb
::{
...
...
@@ -36,8 +32,6 @@ pub use rocksdb::{
RocksDBVector
,
WriteBatch
,
Writable
,
DBIterator
,
SubDBIterator
,
Direction
,
};
pub
use
rocksdb_options
::{
...
...
src/main.rs
View file @
c8016282
...
...
@@ -17,7 +17,7 @@
extern
crate
rocksdb
;
extern
crate
test
;
use
rocksdb
::{
Options
,
RocksDB
,
MergeOperands
,
new_bloom_filter
,
Writable
,
DBIterator
,
SubDBIterator
};
use
rocksdb
::{
Options
,
RocksDB
,
MergeOperands
,
new_bloom_filter
,
Writable
,
};
use
rocksdb
::
RocksDBCompactionStyle
::
RocksDBUniversalCompaction
;
fn
snapshot_test
()
{
...
...
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