Crate snowbinary

source ·
Expand description

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

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.

Enums§

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

Constants§

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