nhl_data 0.1.0

A way to call the NHL api for rust programs
Documentation
1
2
3
4
5
6
7
pub mod nhl_client;

pub struct Puck{
    get_client : reqwest::Client,
    print_keys : bool,
    api_limit : i32,
}