2 releases (1 stable)
1.0.0 | Jul 13, 2022 |
---|---|
0.1.0 | Jul 13, 2022 |
#4 in #sus
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());
}