PkmnLib_rs/src/static_data/species_data
Deukhoofd 0961b199ff
Cleans up the WASM environment handling.
Instead of passing the entire script resolver as a pointer to the WebAssemblyEnv, we now have split off the data actually relevant to the environment into it's own class, which is stored inside of an Arc.
2022-07-18 13:18:11 +02:00
..
ability.rs Fixes all clippy warnings 2022-07-01 18:20:16 +02:00
form.rs Fixes all clippy warnings 2022-07-01 18:20:16 +02:00
gender.rs Finished documenting all public interfaces. 2022-07-01 17:52:00 +02:00
learnable_moves.rs Finished documenting all public interfaces. 2022-07-01 17:52:00 +02:00
mod.rs Fixes all clippy warnings 2022-07-01 18:20:16 +02:00
species.rs Cleans up the WASM environment handling. 2022-07-18 13:18:11 +02:00