is_42 0.1.0

A fun game where you guess what number the computer has chosen.
Documentation

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));