alloyfyi 0.1.0

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

alloyfyi

crates.io License: MIT

Rust client for the AlloyFYI REST API. Metal alloys. Uses reqwest for HTTP.

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

Install

[dependencies]
alloyfyi = "0.1"

Quick Start

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

Also Available

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

Links

Science FYI Family

Part of the FYIPedia open-source developer tools ecosystem.

Site Domain Focus
AlloyFYI alloyfyi.com Metal alloys, compositions, properties
ChemFYI chemfyi.com Periodic table, elements, compounds, reactions
GemFYI gemfyi.com Gemstones, mineralogy, grading, origins
MineralFYI mineralfyi.com 6,215 minerals, crystal systems, Mohs hardness
StarFYI starfyi.com Stars, constellations, exoplanets, deep-sky

License

MIT