Skip to main content

Crate holidayfyi

Crate holidayfyi 

Source
Expand description

Rust client for HolidayFYI REST API.

let client = holidayfyi::Client::new();
let result = client.search("query").unwrap();

Structs§

Client