Crate serde_encom
source ·Re-exports
Modules
Deserialize EnCom data to a Rust data structure.
When serializing or deserializing EnCom goes wrong.
Serialize a Rust data structure into EnCom data.
Macros
Construct a
serde_encom::Value from a EnCom literal.Structs
Represents a EnCom key/value type.
Represents a EnCom number, whether integer or floating point.
Serializer whose output is a
Value.Enums
Represents any valid EnCom value.
Traits
A type that can be used to index into a
serde_encom::Value.Functions
Interpret a
serde_encom::Value as an instance of type T.Convert a
T into serde_encom::Value which is an enum that can represent
any valid EnCom data.