https://github.com/ferhatgec/unicoqude
Uni_co_qu_d_e, check is your terminal emulator has unicode support in Rust.
https://github.com/ferhatgec/unicoqude
check crates crates-io mod rust unicode
Last synced: 9 months ago
JSON representation
Uni_co_qu_d_e, check is your terminal emulator has unicode support in Rust.
- Host: GitHub
- URL: https://github.com/ferhatgec/unicoqude
- Owner: ferhatgec
- License: mit
- Created: 2021-04-05T09:31:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T10:31:04.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T07:01:33.329Z (10 months ago)
- Topics: check, crates, crates-io, mod, rust, unicode
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uni_co_qu_d_e
## Uni_co_qu_d_e, check is your terminal emulator has unicode support in Rust.
```rust
unicoqude::check();
```
### How to use?
Add this code-block to your ``Cargo.toml``
```toml
[dependencies]
unicoqude = "0.1.1"
```
and *Do not forget* to add this to your ``main.rs`` or ``lib.rs``
```rust
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.