is_42 0.1.2

Simple, blazingly fast way of checking if a variable is equal to 42.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 2.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 236.06 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • BigNtertainment/is-42
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Pietrek14

is-42

Simple, blazingly fast way of checking if a variable is equal to 42.

Example

let number = 42;

assert!(is_42::is_42(number));