Crate snowbinary

source ·
Expand description

Easy to use binary file writer and reader with its own format.

Modules

Holds error types for SnowBinary.

Structs

Holds information used by SnowBinWriter to create and write to files. Default returns SnowBinInfo with a header size of 8 and a data size of 64.
Allows reading from a SnowBinary file.
Allows writing to a SnowBinary file.

Constants

The version of the Spec that this library can interact with.