Skip to main content

Module serializer

Module serializer 

Source
Expand description

Executable serializer traits.

Structs§

PreSerializeError
Error returned by Prepare::prepare.

Enums§

ComplianceErrorKind
Why a value does not satisfy a format’s specification.
PreSerializeErrorKind
Top-level reason that preparation failed.

Traits§

ByteLen
Computes the exact serialized length of a value already known to fit usize.
Prepare
Checks that a value can be serialized and computes its exact output length.
Serializer
An executable serializer targeting Output.
SerializerExt
Convenience entry points for the two standard output destinations.