Expand description

Codecs are different ways to encode and decode scripts, normally into and from compact binary formats.

The traits and implementations found in this module are really similar to those used by serde. However, these are intentionally not compatible, to avoid all the std overhead that serde brings with itself.

Modules

Traits for decoding of scripts, operators and values.

Traits for encoding of scripts, operators and values.

Structs