#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

#1552 in Text processing

Download history 231/week @ 2024-01-02 181/week @ 2024-01-09 157/week @ 2024-01-16 129/week @ 2024-01-23 105/week @ 2024-01-30 146/week @ 2024-02-06 293/week @ 2024-02-13 191/week @ 2024-02-20 91/week @ 2024-02-27 210/week @ 2024-03-05 233/week @ 2024-03-12 175/week @ 2024-03-19 403/week @ 2024-03-26 181/week @ 2024-04-02 206/week @ 2024-04-09 286/week @ 2024-04-16

1,111 downloads per month
Used in 11 crates (2 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–410KB