1 unstable release

0.1.0 Dec 2, 2020

#2830 in Rust patterns

Download history 55/week @ 2024-03-11 41/week @ 2024-03-18 57/week @ 2024-03-25 148/week @ 2024-04-01 88/week @ 2024-04-08 133/week @ 2024-04-15 97/week @ 2024-04-22 73/week @ 2024-04-29 25/week @ 2024-05-06 3/week @ 2024-05-13 57/week @ 2024-05-20 25/week @ 2024-05-27 23/week @ 2024-06-03 13/week @ 2024-06-10 17/week @ 2024-06-17 14/week @ 2024-06-24

68 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