Skip to main content

Crate sakka

Crate sakka 

Source

Structs§

ArrayCodec
DerivedCodec
OptionBoolCodec
OptionEofCodec
Reader
A reader for reading binary data from a byte slice.
VecPrefixCodec
Writer

Enums§

Endian
The byte order used when encoding and decoding primitive values.
Error

Traits§

Codec
CollectionLength
A trait for types that can represent the length of a collection.
Decode
A trait for types that can be decoded from a Reader.
Encode
A trait for types that can be encoded into a Writer.
ReadCollection
A trait for reading collections of data from a reader.
ReadOption
A trait for types that can be read from a Reader as an Option.
ReadPrimitive
A trait that provides methods for reading primitive types with configurable endianness support.
WriteCollection
A trait for writing collections of data to a writer.
WriteOption
A trait for types that can be written to a Writer as an Option.
WritePrimitive
A trait that provides methods for writing primitive types with configurable endianness support.