Expand description
Rust client for HolidayFYI REST API.
let client = holidayfyi::Client::new();
let result = client.search("query").unwrap();Rust client for HolidayFYI REST API.
let client = holidayfyi::Client::new();
let result = client.search("query").unwrap();