1 2 3 4 5 6 7
pub mod nhl_client; pub struct Puck{ get_client : reqwest::Client, print_keys : bool, api_limit : i32, }