Module enc

Module enc 

Source
Expand description

Encoder-based structs and traits.

Modules§

write
This module contains writer-based structs and traits.

Structs§

EncoderImpl
An Encoder that writes bytes into a given writer W.

Traits§

Encode
Any source that can be encoded. This trait should be implemented for all types that you want to be able to use with any of the encode_with methods.
Encoder
Helper trait to encode basic types into.