#numeric #sus #sussy

is-sus

Detect if a type is suspicious or not

2 releases (1 stable)

1.0.0 Jul 13, 2022
0.1.0 Jul 13, 2022

#152 in #numeric

GPL-3.0-or-later

3KB
53 lines

is-sus

A library to detect if a type is suspicious or not.

Similar usage to is-odd.


lib.rs:

A library to detect if a type is suspicious or not. Similar usage to is-odd.

Example

use is_sus::{Impostor, IsSus};
fn main() {
    println!("sus = {}", Impostor.is_sus());
}

No runtime deps