holidayfyi 0.1.0

Rust client for the HolidayFYI API — https://holidayfyi.com
Documentation

holidayfyi

crates.io License: MIT

Rust client for the HolidayFYI REST API. Holiday dates, 200+ countries. Uses reqwest for HTTP.

Explore at holidayfyi.com — interactive tools and comprehensive reference.

Install

[dependencies]
holidayfyi = "0.1"

Quick Start

fn main() -> Result<(), Box<dyn std::error::Error>> {
    let client = holidayfyi::Client::new();
    let result = client.search("query")?;
    println!("{:?}", result);
    Ok(())
}

Also Available

Platform Install Link
Python pip install holidayfyi PyPI
npm npm install holidayfyi npm
Go go get github.com/fyipedia/holidayfyi-go pkg.go.dev
Rust cargo add holidayfyi crates.io
Ruby gem install holidayfyi rubygems

Links

Part of the FYIPedia open-source developer tools ecosystem.

License

MIT