Crate docchi_compaction[][src]

Re-exports

pub use crate::enc_dec::encode::encode;
pub use crate::enc_dec::decode::decode;
pub use crate::enc_dec::encode_to_vec::encode_to_vec;
pub use crate::enc_dec::decode_from_slice::decode_from_slice;

Modules

Compact integers and booleans

Details about the encoding and the decoding

Define the value type to serialize

Compact strings if the string represents a number

Convert bytes to the string which can be used as a part of URL and vice versa