| Crates.io | pkmn-strings |
| lib.rs | pkmn-strings |
| version | 0.1.0 |
| created_at | 2024-12-27 03:27:01.001454+00 |
| updated_at | 2024-12-27 03:27:01.001454+00 |
| description | String types for old Pokémon games. |
| homepage | |
| repository | https://codeberg.org/ayashibox/pkmn-strings |
| max_upload_size | |
| id | 1496153 |
| size | 58,852 |
Rust library with specialized string types for Pokémon games.
This currently only supports the Generation 3 (GBA) games but will be updated to include support for other games in the future.
no_std compatible.This library has a default but optional "std" feature for building with the Rust Standard
Library. Build with default features disabled to support no_std environments. alloc is
optional as well.
[depdendencies]
pkmn-strings = {version = "0.1.0", default-features = false, features = ["alloc"]}