wasm-pack 0.10.3

đŸ“Ļ✨ your favorite rust -> wasm workflow tool!
Documentation
//! Emoji constants used by `wasm-pack`.
//!
//! For the woefully unfamiliar:
//!
//! > Emoji are ideograms and smileys used in electronic messages and web
//! > pages. Emoji exist in various genres, including facial expressions, common
//! > objects, places and types of weather, and animals. They are much like
//! > emoticons, but emoji are actual pictures instead of typographics.
//!
//! -- https://en.wikipedia.org/wiki/Emoji

#![allow(missing_docs)]

use console::Emoji;

pub static TARGET: Emoji = Emoji("đŸŽ¯  ", "");
pub static CYCLONE: Emoji = Emoji("🌀  ", "");
pub static FOLDER: Emoji = Emoji("📂  ", "");
pub static MEMO: Emoji = Emoji("📝  ", "");
pub static DOWN_ARROW: Emoji = Emoji("âŦ‡ī¸  ", "");
pub static RUNNER: Emoji = Emoji("🏃‍♀ī¸  ", "");
pub static SPARKLE: Emoji = Emoji("✨  ", ":-)");
pub static PACKAGE: Emoji = Emoji("đŸ“Ļ  ", ":-)");
pub static WARN: Emoji = Emoji("⚠ī¸  ", ":-)");
pub static DANCERS: Emoji = Emoji("đŸ‘¯  ", "");
pub static ERROR: Emoji = Emoji("⛔  ", "");
pub static INFO: Emoji = Emoji("ℹī¸  ", "");
pub static WRENCH: Emoji = Emoji("🔧  ", "");
pub static CRAB: Emoji = Emoji("đŸĻ€  ", "");
pub static SHEEP: Emoji = Emoji("🐑 ", "");