emojifyi 0.1.0

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

emojifyi

crates.io License: MIT

Rust client for the EmojiFYI REST API. Emoji metadata, 3,953 emojis. Uses reqwest for HTTP.

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

Install

[dependencies]
emojifyi = "0.1"

Quick Start

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

Also Available

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

Links

Part of the FYIPedia open-source developer tools ecosystem.

License

MIT