#emoji #displaying #terminals #safely

terminal-emoji

A library for safely displaying emoji inside of terminals

4 releases (2 breaking)

0.4.1 Mar 15, 2021
0.4.0 Mar 12, 2021
0.3.0 Mar 10, 2021
0.2.5 Mar 4, 2021
0.1.0 Mar 3, 2021

#1469 in Text processing

Download history 191/week @ 2024-03-13 227/week @ 2024-03-20 363/week @ 2024-03-27 151/week @ 2024-04-03 284/week @ 2024-04-10 286/week @ 2024-04-17 283/week @ 2024-04-24 247/week @ 2024-05-01 203/week @ 2024-05-08 238/week @ 2024-05-15 200/week @ 2024-05-22 184/week @ 2024-05-29 145/week @ 2024-06-05 100/week @ 2024-06-12 92/week @ 2024-06-19 119/week @ 2024-06-26

465 downloads per month
Used in 13 crates (4 directly)

Apache-2.0 OR MIT

9KB

terminal-emoji

A Rust library for safely displaying emojis inside terminals. Note: The idea is taken from console and adapted to be more lightweight.

Usage

use terminal_emoji::Emoji;

fn main() {
    let crab = Emoji::new("🦀", "C");
    println!("{}", crab);
}

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~15–400KB