add CBOR support to database schema
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
1f31e74024
commit
0c96891008
6 changed files with 60 additions and 2 deletions
|
@ -31,7 +31,7 @@ pub use self::{
|
|||
handle::Handle,
|
||||
keyval::{serialize_key, serialize_val, KeyVal, Slice},
|
||||
map::{compact, Map},
|
||||
ser::{serialize, serialize_to, serialize_to_vec, Interfix, Json, Separator, SEP},
|
||||
ser::{serialize, serialize_to, serialize_to_vec, Cbor, Interfix, Json, Separator, SEP},
|
||||
};
|
||||
pub(crate) use self::{
|
||||
engine::{context::Context, Engine},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue