Crate binser

Source

Structs§

Reader
A struct representing a slice from which values implementing Decode can be read.
Writer
A trait representing values that can be read from a Reader.

Enums§

Error

Traits§

Decode
A trait representing values that can be read from a Reader.
Encode
A trait representing values that can be written to a Writer.
Size
A trait for values with a known encoded size at compile time.

Derive Macros§

Decode
Encode
Size