2 unstable releases
Uses new Rust 2024
| 0.2.0 | Oct 4, 2025 |
|---|---|
| 0.1.0 | Dec 2, 2020 |
#755 in Rust patterns
677 downloads per month
Used in 6 crates
96KB
2.5K
SLoC
isnt
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.