Skip to main content

Crate cord

Crate cord 

Source

Re-exports§

pub use encode::CordDecode;
pub use encode::CordEncode;

Modules§

encode
Direct wire encoding/decoding traits that bypass serde.

Structs§

Bytes
DateTime
Decimal
Arbitrary-precision decimal number.
Map
A map with canonical (key-sorted) serialization.
Set
A set with canonical (sorted) serialization.
Uuid
Canonical serialization wrapper for uuid::Uuid.

Enums§

CordError
Evolving
Forward-compatible enum wrapper — unknown variant raw bytes are preserved for round-tripping.
Width
Width of a length prefix or variant index on the wire.

Functions§

deserialize
serialize

Type Aliases§

CordResult

Derive Macros§

Cord