Crate firecore_pokedex

Crate firecore_pokedex 

Source
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§

stat_set

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.

Type Aliases§

Money