anatomyfyi 0.1.0

Rust client for the AnatomyFYI API — https://anatomyfyi.com
Documentation

anatomyfyi

crates.io License: MIT

Rust client for the AnatomyFYI REST API. 14,692 structures. Uses reqwest for HTTP.

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

Install

[dependencies]
anatomyfyi = "0.1"

Quick Start

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

Also Available

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

Links

Health FYI Family

Part of the FYIPedia open-source developer tools ecosystem.

Site Domain Focus
AnatomyFYI anatomyfyi.com 14,692 anatomical structures, systems, organs
DrugFYI drugfyi.com Drug interactions, pharmacology, side effects
NutriFYI nutrifyi.com Nutrition data, food composition, dietary analysis
PillFYI pillfyi.com Pill identification, FDA drug database

License

MIT