1 unstable release

0.1.0 Dec 2, 2020

#2866 in Rust patterns

Download history 79/week @ 2024-04-11 138/week @ 2024-04-18 63/week @ 2024-04-25 73/week @ 2024-05-02 13/week @ 2024-05-09 30/week @ 2024-05-16 38/week @ 2024-05-23 30/week @ 2024-05-30 13/week @ 2024-06-06 14/week @ 2024-06-13 18/week @ 2024-06-20 10/week @ 2024-06-27 27/week @ 2024-07-04 64/week @ 2024-07-11 73/week @ 2024-07-18 45/week @ 2024-07-25

210 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