HiddenToad / is-nice

Tells you whether or not a string is nice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest version Documentation Not fake Nice

is-nice

is_nice() tells you if a string is nice or not. Written in Rust 🦀, memory safe 🛟, and blazingly fast 🚀!

To use as a library: cargo add is-nice

use is_nice::is_nice;

fn main() {
    println!("{}", is_nice("69")); // true
}

You can also get the CLI version with cargo install is-nice.

is-nice 68
not nice

is-nice 69
nice

is-nice LXIX
nice

is-nice soixante-neuf
nice

is-nice ⓺⓽
nice

You can find the full list of nice strings in the source code.

Also check out is-thirteen.

WASM support

No.

About

Tells you whether or not a string is nice.

License:Do What The F*ck You Want To Public License


Languages

Language:Rust 100.0%