Crates.io | gbfs |
lib.rs | gbfs |
version | 0.3.1 |
source | src |
created_at | 2021-07-15 18:41:02.012696 |
updated_at | 2023-11-22 12:19:31.951652 |
description | A crate for reading gameboy filesystem archives, a format commonly used in GBA homebrew games. |
homepage | https://github.com/industry-advance/gbfs_rs |
repository | https://github.com/industry-advance/gbfs_rs |
max_upload_size | |
id | 423185 |
size | 724,733 |
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).