isnt 0.2.0

Inverted versions of boolean-valued stdlib functions
Documentation
  • Coverage
  • 92.02%
    369 out of 401 items documented1 out of 369 items with examples
  • Size
  • Source code size: 95.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 11.89 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • mahkoh/isnt
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mahkoh

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.