demoji 0.0.3

Remove all emojis from a string.
Documentation
  • Coverage
  • 75%
    3 out of 4 items documented2 out of 4 items with examples
  • Size
  • Source code size: 3.66 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 309.59 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • suptejas/demoji
    10 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • suptejas

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 😁.