1 unstable release

0.1.0 Dec 2, 2020

#2784 in Rust patterns

Download history 72/week @ 2024-07-21 36/week @ 2024-07-28 17/week @ 2024-08-04 10/week @ 2024-08-11 8/week @ 2024-08-18 17/week @ 2024-08-25 91/week @ 2024-09-01 96/week @ 2024-09-08 47/week @ 2024-09-15 75/week @ 2024-09-22 65/week @ 2024-09-29 122/week @ 2024-10-06 72/week @ 2024-10-13 80/week @ 2024-10-20 53/week @ 2024-10-27 15/week @ 2024-11-03

246 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