2 stable releases
2.0.1 | Aug 9, 2024 |
---|---|
1.0.0 | Aug 8, 2024 |
#2001 in Text processing
34 downloads per month
Used in mkwebsite
4KB
Emojicons 
Emojicons is a simple emoji parser written in Rust focused on ease of use and speed. It uses hashed map for fast lookup and compiled regular expressions for parsing strings.
Example usage
The library is extremely straightforward to use. For transforming strings, use the formatter:
format!("{}", EmojiFormatter("Hello, :smile:!"));
This will return "Hello! 😄"
There is also a macro for direct access to emoji:
emoji!("cat");
Will return a string with the glyph for 🐱.
Dependencies
~4.5MB
~68K SLoC