Initial commit, implements most of the static_data side.

This commit is contained in:
2021-01-30 22:29:59 +01:00
commit 2a08fb2645
33 changed files with 1237 additions and 0 deletions

7
src/static_data/mod.rs Normal file
View File

@@ -0,0 +1,7 @@
pub mod growth_rates;
pub mod items;
pub mod libraries;
pub mod moves;
pub mod species_data;
pub mod statistic_set;
pub mod statistics;