#gameboy #gba #reading #archive #homebrew #archive-format #formatted

gbfs

A crate for reading gameboy filesystem archives, a format commonly used in GBA homebrew games

3 unstable releases

0.3.1 Nov 22, 2023
0.3.0 Jan 2, 2023
0.2.2 Jul 15, 2021

#410 in Game dev

21 downloads per month

MIT license

77KB
257 lines

gbfs_rs

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).


lib.rs:

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).

Dependencies