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:
parent
fc4d109f35
commit
2f24d7117a
3 changed files with 376 additions and 119 deletions
|
@ -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! {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue