2 unstable releases

Uses new Rust 2024

0.2.0 Oct 4, 2025
0.1.0 Dec 2, 2020

#755 in Rust patterns

Download history 50/week @ 2025-08-18 131/week @ 2025-08-25 183/week @ 2025-09-01 130/week @ 2025-09-08 223/week @ 2025-09-15 84/week @ 2025-09-22 368/week @ 2025-09-29 348/week @ 2025-10-06 270/week @ 2025-10-13 155/week @ 2025-10-20 112/week @ 2025-10-27 67/week @ 2025-11-03 52/week @ 2025-11-10 62/week @ 2025-11-17 342/week @ 2025-11-24 216/week @ 2025-12-01

677 downloads per month
Used in 6 crates

MIT/Apache

96KB
2.5K SLoC

isnt

crates.io docs.rs

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