Crate image_rider

source ·
Expand description

image_rider is a library crate to parse disk and ROM images. It primarily focuses on older 8-bit and 16-bit systems.

The primary API for this library are a set of traits in the image_rider::disk_format::image module.

The disk_format module contains everything to parse disk formats

Modules§

  • Disk format parsers
  • Error results that can occur working with images
  • Serializer trait and functions to help serialize images to vectors of bytes and other data types.

Functions§

  • Initialize the module. This should be called before any parsing is performed. Panics on failure or if there are any incompatibilities.