2 unstable releases
0.2.0 | Dec 28, 2022 |
---|---|
0.1.0 | Dec 28, 2022 |
#3 in #wrong
3KB
53 lines
Is-Wrong
Function checks if given 2 arguments are not equal.
Examples
use is_wrong::is_wrong;
let result = is_wrong(10,5);
assert_eq!(result,true);
lib.rs
:
is_wrong library
Library was created for me to learn about publishing to crate.io. The name is_wrong was used because is-odd or is-even was already used.