reddb-io-types 1.12.0

RedDB logical type system: the neutral keystone vocabulary — Value, DataType, SqlTypeName, TypeModifier, TypeCategory, ValueError, Row — depended on by every authority crate and depending on none.
Documentation
1
2
3
4
5
6
pub use crate::serde_json::json;
pub use crate::serde_json::{
    from_slice, from_str, from_value, to_string, to_value, to_vec, JsonDecode, JsonEncode, Map,
    Value,
};
pub use crate::utils::json::parse_json;