calcfyi 0.1.0

Rust client for the CalcFYI API — https://calcfyi.com
Documentation
  • Coverage
  • 81.25%
    13 out of 16 items documented1 out of 16 items with examples
  • Size
  • Source code size: 49.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.98 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 29s Average build duration of successful builds.
  • all releases: 1m 29s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • fyipedia/calcfyi-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dobestan

calcfyi

crates.io License: MIT

Rust client for the CalcFYI REST API. 200+ calculators. Uses reqwest for HTTP.

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

Install

[dependencies]
calcfyi = "0.1"

Quick Start

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

Also Available

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

Links

Guide FYI Family

Part of the FYIPedia open-source developer tools ecosystem.

Site Domain Focus
BoardGameFYI boardgamefyi.com Board games, rules, reviews, recommendations
CalcFYI calcfyi.com 200+ calculators, financial, health, math
SalaryFYI salaryfyi.com Salary comparison, tax calculators, 36 countries
UnivFYI univfyi.com University rankings, programs, admissions

License

MIT