Crate gbfs

Source
Expand description

This crate enables reading of Gameboy Filesystem (GBFS)-formatted data. It’s primarily designed for use in GBA games, and as such is fully no_std compatible (even alloc is not required).

Structs§

GBFSFilesystem
A filesystem that files can be read from.
GBFSFilesystemIterator
Returns the data of each file in the filesystem.

Enums§

GBFSError
Various error conditions that can occur when working with GBFS archives.

Constants§

FILENAME_LEN
Maximum length of a filename in bytes. Is 24 in the pin-eight C implementation