#emoji #terminals #displaying #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

#1686 in Text processing

Download history 212/week @ 2024-11-15 239/week @ 2024-11-22 261/week @ 2024-11-29 721/week @ 2024-12-06 686/week @ 2024-12-13 259/week @ 2024-12-20 219/week @ 2024-12-27 558/week @ 2025-01-03 425/week @ 2025-01-10 373/week @ 2025-01-17 772/week @ 2025-01-24 783/week @ 2025-01-31 511/week @ 2025-02-07 327/week @ 2025-02-14 318/week @ 2025-02-21 345/week @ 2025-02-28

1,520 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

~16–385KB