pkmn-strings

Crates.iopkmn-strings
lib.rspkmn-strings
version0.1.0
created_at2024-12-27 03:27:01.001454+00
updated_at2024-12-27 03:27:01.001454+00
descriptionString types for old Pokémon games.
homepage
repositoryhttps://codeberg.org/ayashibox/pkmn-strings
max_upload_size
id1496153
size58,852
(Zayaldrie)

documentation

README

pkmn-strings

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.

Goals

  • No unsafe code.
  • no_std compatible.
  • Never panic.
  • Limited feature scope.
  • Minimal dependencies.

Cargo features

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"]}
Commit count: 0

cargo fmt