1 unstable release

0.1.0 Dec 2, 2020

#2614 in Rust patterns

Download history 23/week @ 2024-11-16 31/week @ 2024-11-23 15/week @ 2024-11-30 38/week @ 2024-12-07 32/week @ 2024-12-14 13/week @ 2024-12-21 7/week @ 2024-12-28 12/week @ 2025-01-04 177/week @ 2025-01-11 739/week @ 2025-01-18 281/week @ 2025-01-25 119/week @ 2025-02-01 193/week @ 2025-02-08 102/week @ 2025-02-15 183/week @ 2025-02-22 164/week @ 2025-03-01

650 downloads per month
Used in 5 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