Skip to content

🍣 Utility to convert strings with emoji shortcodes to strings with the emoji unicode

Notifications You must be signed in to change notification settings

zieka/emoji-printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji Printer

Intro

Utility to convert strings with emoji shortcodes (:sushi:) to strings with the emoji unicode (🍣)

Install

cargo add emoji-printer

How to use

use emoji_printer::print_emojis;

fn main() {
    let greeting = print_emojis(":waving_hand: Hello, :globe_showing_Americas: World!");
    println!("{}", greeting); // 👋 Hello, 🌎 World!
}

What emojis are supported?

See the emoji list on unicode.org

Contributing

🍻 Contributions are welcomed 🎨

About

🍣 Utility to convert strings with emoji shortcodes to strings with the emoji unicode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages