Crate convey_rs

source ·

Modules§

Constants§

  • Establishes a minimum version to support which is currently the latest version as of the time of this library’s creation

Traits§

  • Extends byteorder’s ReadBytesExt (which itself extends io::Read) and io::Seek to build a robust byte reader with many great utility functions needed to support the custom save file format

Functions§

  • The only entry point to this library. Given a Path or something that can be converted into one, attempts to read the file at that path and then reads its various components byte-by-byte to build up its own representation of the data within

Type Aliases§