Expand description
Serializer and deserializer implementation for Amazon’s KRDS format (used by Kindle e-readers to store user reading data.)
Warning, some types are fragile, for example Tuple Structs cannot contain optionals anywhere except at the end. They will fail to deserialize if the optional is none if this rule is not followed. More stable implementations may be created as needs arise and I understand serde more.
Re-exports§
pub use de::from_bytes;pub use de::Deserializer;pub use error::Error;pub use error::Result;pub use ser::to_bytes;pub use ser::Serializer;
Modules§
Enums§
- Data
Type - Map of data type specifiers to the name of the types they represent.