plantfyi 0.1.0

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

plantfyi

crates.io License: MIT

Rust client for the PlantFYI REST API. 379,774 plants. Uses reqwest for HTTP.

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

Install

[dependencies]
plantfyi = "0.1"

Quick Start

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

Also Available

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

Links

Part of the FYIPedia open-source developer tools ecosystem.

License

MIT