Crate codec_io

Source
Expand description

§Input/Output Trait Definition for Encoding Libraries

This library defines Input and Output traits that can be used for encoding libraries to define their own Encode and Decode traits.

Traits§

Input
Trait that allows reading of data into a slice.
Output
Trait that allows writing of data.