further develop serializer for insertions
add JSON delegator to db serializer consolidate writes through memfun; simplifications Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -10,6 +10,7 @@ pub mod maps;
|
||||
mod opts;
|
||||
mod ser;
|
||||
mod stream;
|
||||
mod tests;
|
||||
mod util;
|
||||
mod watchers;
|
||||
|
||||
@@ -28,7 +29,7 @@ pub use self::{
|
||||
handle::Handle,
|
||||
keyval::{KeyVal, Slice},
|
||||
map::Map,
|
||||
ser::{Interfix, Separator},
|
||||
ser::{serialize, serialize_to_array, serialize_to_vec, Interfix, Json, Separator},
|
||||
};
|
||||
|
||||
conduit::mod_ctor! {}
|
||||
|
||||
Reference in New Issue
Block a user