Crate serde_encom

source ·

Re-exports

pub use error::Error;
pub use des::*;

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

A view into a single entry in a map, which may either be vacant or occupied. This enum is constructed from the entry method on Map.
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.