pogo-masterfile-types 0.1.13

Generated Rust types for the Pokémon GO masterfile, with a typed parse_masterfile dispatcher.
Documentation
1
2
3
4
5
6
7
//! Generated from Pokémon GO masterfile — group "stickerMetadata".

pub mod template_ids;
pub mod types;

pub use template_ids::*;
pub use types::*;