1个稳定版本
1.0.3 | 2022年2月15日 |
---|
#624 in 命令行界面
用于 pirs
8KB
检测终端是否支持Unicode。
该库是将 @sindresorhus 的 is-unicode-supported
和 @iarna 的 has-unicode
NPM 包合并的Rust版本。
示例
use supports_unicode::Stream;
if supports_unicode::on(Stream::Stdout) {
println!("stdout supports unicode output");
} else {
println!("no unicode, please");
}
依赖项
~225KB