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
4f42313c
Unverified
Commit
4f42313c
authored
Dec 25, 2020
by
Wallace
Committed by
GitHub
Dec 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
export DBValueType and WriteBatchIter (#592)
Signed-off-by:
Little-Wallace
<
bupt2013211450@gmail.com
>
parent
bd020b19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lib.rs
src/lib.rs
+3
-2
No files found.
src/lib.rs
View file @
4f42313c
...
@@ -46,7 +46,8 @@ pub use librocksdb_sys::{
...
@@ -46,7 +46,8 @@ pub use librocksdb_sys::{
DBBackgroundErrorReason
,
DBBottommostLevelCompaction
,
DBCompactionStyle
,
DBCompressionType
,
DBBackgroundErrorReason
,
DBBottommostLevelCompaction
,
DBCompactionStyle
,
DBCompressionType
,
DBEntryType
,
DBInfoLogLevel
,
DBRateLimiterMode
,
DBRecoveryMode
,
DBEntryType
,
DBInfoLogLevel
,
DBRateLimiterMode
,
DBRecoveryMode
,
DBSstPartitionerResult
as
SstPartitionerResult
,
DBStatisticsHistogramType
,
DBSstPartitionerResult
as
SstPartitionerResult
,
DBStatisticsHistogramType
,
DBStatisticsTickerType
,
DBStatusPtr
,
DBTitanDBBlobRunMode
,
IndexType
,
WriteStallCondition
,
DBStatisticsTickerType
,
DBStatusPtr
,
DBTitanDBBlobRunMode
,
DBValueType
,
IndexType
,
WriteStallCondition
,
};
};
pub
use
logger
::
Logger
;
pub
use
logger
::
Logger
;
pub
use
merge_operator
::
MergeOperands
;
pub
use
merge_operator
::
MergeOperands
;
...
@@ -75,7 +76,7 @@ pub use table_properties::{
...
@@ -75,7 +76,7 @@ pub use table_properties::{
pub
use
table_properties_collector
::
TablePropertiesCollector
;
pub
use
table_properties_collector
::
TablePropertiesCollector
;
pub
use
table_properties_collector_factory
::
TablePropertiesCollectorFactory
;
pub
use
table_properties_collector_factory
::
TablePropertiesCollectorFactory
;
pub
use
titan
::{
TitanBlobIndex
,
TitanDBOptions
};
pub
use
titan
::{
TitanBlobIndex
,
TitanDBOptions
};
pub
use
write_batch
::{
WriteBatch
,
WriteBatchRef
};
pub
use
write_batch
::{
WriteBatch
,
WriteBatch
Iter
,
WriteBatch
Ref
};
#[allow(deprecated)]
#[allow(deprecated)]
pub
use
rocksdb
::
Kv
;
pub
use
rocksdb
::
Kv
;
...
...
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