add IgnoreAll directive to deserializer
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
d3d11356ee
commit
19880ce12b
2 changed files with 26 additions and 3 deletions
|
@ -24,7 +24,7 @@ extern crate rust_rocksdb as rocksdb;
|
|||
|
||||
pub use self::{
|
||||
database::Database,
|
||||
de::Ignore,
|
||||
de::{Ignore, IgnoreAll},
|
||||
deserialized::Deserialized,
|
||||
handle::Handle,
|
||||
keyval::{KeyVal, Slice},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue