Crates.io | is-wrong |
lib.rs | is-wrong |
version | 0.2.0 |
source | src |
created_at | 2022-12-28 09:38:53.486234 |
updated_at | 2022-12-28 09:51:00.278254 |
description | A library that exposes 1 function to help you check if 2 arguments are not equal |
homepage | |
repository | |
max_upload_size | |
id | 746731 |
size | 2,977 |
Function checks if given 2 arguments are not equal.
use is_wrong::is_wrong;
let result = is_wrong(10,5);
assert_eq!(result,true);