| Crates.io | pkmn-core-types |
| lib.rs | pkmn-core-types |
| version | 0.1.0 |
| created_at | 2024-12-27 03:46:20.270872+00 |
| updated_at | 2024-12-27 03:46:20.270872+00 |
| description | Basic types for Pokémon games. |
| homepage | |
| repository | https://codeberg.org/ayashibox/pkmn-core-types |
| max_upload_size | |
| id | 1496164 |
| size | 135,500 |
Rust library with basic types for use with Pokémon games.
This includes types that represent Pokémon species, items, moves, abilities, natures, and types with values that correspond to the index numbers commonly used in the Pokémon games. These types support serde serialization and deserialization based on the English names for each.
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-core-types = {version = "0.1.0", default-features = false, features = ["alloc"]}