A lightweight and snappy crate to remove emojis from a string.
This crate allows for removal of emojis given a string, and that's it!
This crate aims to be:
rust
// Remove all emojis from this string
let demojified_string = demoji("β‘helβ
πloπ")
assert_eq!(demojified_string, "hello");
Well, you could interpret it as demolish-emoji
or de-emoji
π.