Crate snowbinary[][src]

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, a data size of 64, and verify hashing not enabled.

Allows reading from a SnowBinary file.

Allows writing to a SnowBinary file.

Constants

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