Registry / utility / emojis

emojis

JSON →
library0.8.0rscratesunverified

Lookup emoji in O(1) time, access metadata and GitHub shortcodes, iterate over all emoji, and more!

# Cargo.toml [dependencies] emojis = "0.8.0"
INSTALL
IMPORT
SIG · EMOJIS
E
emojis
utilityrustv0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Emoji
use emojis::Emoji;

Look up an emoji by its Unicode character.

use emojis::Emoji; fn main() { if let Some(emoji) = emojis::get("🎉") { println!("Name: {}", emoji.name()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
emojis — cargo add emojis · libregistry