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§
- config
- Configuration for the image-rider crate
- disk_
format - Disk format parsers
- error
- Error results that can occur working with images
- file
- Functions for dealing with files
- serialize
- Serializer trait and functions to help serialize images to vectors of bytes and other data types.
Functions§
- init
- Initialize the module. This should be called before any parsing is performed. Panics on failure or if there are any incompatibilities.