Expand description
Basic pokedex library written in Rust.
Modules§
- ailment
- Status effects implementation
- item
- Items
- moves
- Types and structs related to moves
- pokemon
- Types and structs related to Pokemon
- trainer
- types
Macros§
Structs§
- Dex
- A Dex is used to hold types with an identifiable value (see Identifiable).
Constants§
- UNKNOWN_
ID - An ascii string that holds the value “unknown”
Traits§
- Identifiable
- A trait that helps identify which value of a type is which.