Crate snowbinary

Source
Expand description

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

Structs§

SnowBinInfo
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.
SnowBinReader
Allows reading from a SnowBinary file.
SnowBinWriter
Allows writing to a SnowBinary file.

Enums§

SnowBinError
Types of errors that can occur when using SnowBinInfo, SnowBinWriter, and SnowBinReader.

Constants§

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