/// Define the value type to serialize
/// Details about the encoding and the decoding
/// Convert bytes to the string which can be used as a part of URL and vice versa
/// Compact integers and booleans
/// Compact strings if the string represents a number
pub use crateencode;
pub use cratedecode;
pub use crateencode_to_vec;
pub use cratedecode_from_slice;