Crates.io | isnt |
lib.rs | isnt |
version | 0.1.0 |
source | src |
created_at | 2020-12-02 16:49:04.260757 |
updated_at | 2020-12-02 16:49:04.260757 |
description | Inverted versions of boolean-valued stdlib functions |
homepage | |
repository | https://github.com/mahkoh/isnt |
max_upload_size | |
id | 318951 |
size | 68,191 |
This crate contains extension methods for most boolean-valued functions the standard library. For example
fn f(x: *const u8, y: u8, z: &[u8]) -> bool {
x.is_not_null() && y.is_not_ascii() && z.is_not_empty()
}
Most of the code in this crate is generated and undocumented. The organization follows the module structure of the standard library.