emojis-rs 0.1.0

A collection of emoji constants for Rust applications
Documentation
  • Coverage
  • 2.5%
    1 out of 40 items documented1 out of 1 items with examples
  • Size
  • Source code size: 5.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.72 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • dyncoch/emojis-rs
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dyncoch

emoji-rs

A collection of emoji constants for Rust applications, particularly useful for CLI tools and terminal applications that want to add visual flair to their output.

Installation

Add this to your Cargo.toml:

[dependencies]
emoji-rs = "0.1.0"

Usage

use emoji_rs::*;

fn main() {
    println!("   {EMOJI_CHECK} Color set successfully.");
    println!("   {EMOJI_CROSS} Failed to load configuration.");
    println!("   {EMOJI_HOURGLASS} Processing...");
    println!("   {EMOJI_SUCCESS} Task completed!");
}

Available Emojis

Status

  • EMOJI_CHECK
  • EMOJI_CROSS
  • EMOJI_WARNING ⚠️
  • EMOJI_INFO ℹ️
  • EMOJI_SUCCESS 🎉
  • EMOJI_WRONG_WAY

Actions

  • EMOJI_RELOAD 🔄
  • EMOJI_HOURGLASS
  • EMOJI_STOPWATCH ⏱️
  • EMOJI_SPARKLES
  • EMOJI_WRENCH 🔧
  • EMOJI_BOLT

Indicators

  • EMOJI_TARGET 🎯
  • EMOJI_RADAR 📡
  • EMOJI_EYE 👁️
  • EMOJI_MAGNIFYING_GLASS 🔍
  • EMOJI_PAINT 🎨
  • EMOJI_LAMP 💡

Color Indicators

  • EMOJI_RED_CIRCLE 🔴
  • EMOJI_GREEN_CIRCLE 🟢
  • EMOJI_YELLOW_CIRCLE 🟡
  • EMOJI_BLUE_CIRCLE 🔵

Sound / Notification

  • EMOJI_BELL 🔔
  • EMOJI_MUTE 🔇

System / AI

  • EMOJI_BRAIN 🧠
  • EMOJI_ROBOT 🤖

File / Data

  • EMOJI_FOLDER 📁
  • EMOJI_FILE 📄
  • EMOJI_DATABASE 🗃️

Communication

  • EMOJI_CHAT 💬
  • EMOJI_MAIL ✉️

Security

  • EMOJI_LOCK 🔒
  • EMOJI_UNLOCK 🔓

Miscellaneous

  • EMOJI_RAINBOW 🌈
  • EMOJI_WAVE 🌊
  • EMOJI_GAMEPAD 🎮
  • EMOJI_PUFF 💨
  • EMOJI_STARS
  • EMOJI_RUST 🦀

License

Licensed under either of

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.