demoji

Crates.iodemoji
lib.rsdemoji
version0.0.3
sourcesrc
created_at2021-11-09 11:26:34.699155
updated_at2021-11-10 04:15:07.466478
descriptionRemove all emojis from a string.
homepage
repositoryhttps://github.com/XtremeDevX/demoji
max_upload_size
id478831
size3,661
Tejas Ravishankar (suptejas)

documentation

README

Demoji

A lightweight and snappy crate to remove emojis from a string.

Overview

This crate allows for removal of emojis given a string, and that's it!

This crate aims to be:

  • Fast
  • Lightweight
  • Easy To Use

Examples

// Remove all emojis from this string
let demojified_string = demoji("⚑helβœ…πŸ™‚loπŸ™‚")
assert_eq!(demojified_string, String::from("hello"));

What does the name mean?

Well, you could interpret it as demolish-emoji or de-emoji 😁.

Commit count: 7

cargo fmt