Module bincode::enc

source ·
Expand description

Encoder-based structs and traits.

Modules

  • This module contains writer-based structs and traits.

Structs

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

Traits

  • 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.
  • Helper trait to encode basic types into.