Module enc
bincode
2.0.1
Module enc
Module Items
Modules
Structs
Traits
In crate bincode
bincode
Module
enc
Copy item path
Source
Expand description
Encoder-based structs and traits.
Modules
§
write
This module contains writer-based structs and traits.
Structs
§
Encoder
Impl
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.