1
2
3
4
5
//! https://speedrun.com API
pub mod normalize;
pub mod types;

pub use types::*;