Skip to content

Uni_co_qu_d_e, check is your terminal emulator has unicode support in Rust.

License

Notifications You must be signed in to change notification settings

ferhatgec/unicoqude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uni_co_qu_d_e

Uni_co_qu_d_e, check is your terminal emulator has unicode support in Rust.

unicoqude::check();

How to use?

Add this code-block to your Cargo.toml

[dependencies]
unicoqude = "0.1.1"

and Do not forget to add this to your main.rs or lib.rs

extern crate unicoqude;

fn main() {
    if unicoqude::unicoqude::check() {
        println!("{}", "Yeey ^-^");
    }
    else {
        println!("{}", "Huh.. ^/^");
    }
}

Uni_co_qu_d_e licensed under the terms of MIT License.

About

Uni_co_qu_d_e, check is your terminal emulator has unicode support in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages