masuda 0.1.0

pokemon rng functionality written in rust
Documentation
1
2
3
4
5
6
7
8
9
pub mod filter;
pub mod generators;
pub mod pokemon;
pub mod profile;
pub mod search;

pub use filter::Filter;
pub use profile::Profile;
pub use search::Searcher;