3个版本

0.1.2 2023年2月7日
0.1.1 2023年2月7日
0.1.0 2023年1月29日

1724文本处理 中排名

每月26次 下载
wordcloud-rs 中使用

无许可证

3.5MB

twemoji-rs

一个小的Rust包,提供与字符串对应的twemoji图标.png

use twemoji_rs::get_twemoji;

if let Some(path_to_icon) = get_twemoji("🚀") {
    // The 72x72 Twemoji image for this emoji
    let img = ImageReader::open(path_to_icon)?.decode()?;
} else {
    println!("Couldn't find an icon file :(");
}

所有图片归功于 https://twemoji.twitter.com/ !

依赖项