1 unstable release

0.1.0 Dec 2, 2020

#2926 in Rust patterns

Download history 2/week @ 2024-01-26 84/week @ 2024-02-02 48/week @ 2024-02-09 105/week @ 2024-02-16 61/week @ 2024-02-23 102/week @ 2024-03-01 39/week @ 2024-03-08 64/week @ 2024-03-15 42/week @ 2024-03-22 125/week @ 2024-03-29 122/week @ 2024-04-05 68/week @ 2024-04-12 146/week @ 2024-04-19 74/week @ 2024-04-26 47/week @ 2024-05-03

351 downloads per month
Used in 3 crates

MIT/Apache

69KB
1.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.


lib.rs:

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.

No runtime deps