terminal-supports-emoji

Crates.ioterminal-supports-emoji
lib.rsterminal-supports-emoji
version0.1.3
sourcesrc
created_at2021-03-11 18:50:13.985769
updated_at2021-03-15 12:12:44.80819
descriptionCheck whether the current terminal supports emoji
homepage
repositoryhttps://github.com/SirWindfield/terminal-supports-emoji-rs
max_upload_size
id367388
size19,267
mainrs (mainrs)

documentation

README

terminal-supports-emoji

Check if the current terminal supports emojis.

Usage

use terminal_supports_emoji::{supports_emoji, Stream);

let _ = supports_emoji(Stream::Stdout);

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
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.
Commit count: 9

cargo fmt