Crates.io | is_42 |
lib.rs | is_42 |
version | 0.1.2 |
source | src |
created_at | 2022-07-03 23:56:04.475635 |
updated_at | 2022-07-04 00:00:11.123989 |
description | Simple, blazingly fast way of checking if a variable is equal to 42. |
homepage | |
repository | https://github.com/BigNtertainment/is-42 |
max_upload_size | |
id | 618610 |
size | 2,139 |
Simple, blazingly fast way of checking if a variable is equal to 42.
let number = 42;
assert!(is_42::is_42(number));