#day #tuesday #is-tuesday

is_tuesday

A crate to check if the current day is Tuesday

2 releases

0.1.1 Apr 16, 2023
0.1.0 Apr 16, 2023

#40 in #day

31 downloads per month

MIT license

2KB

is_tuesday

A crate to check if the current day is Tuesday.

Usage

fn main() {
    let result = is_tuesday::check();
    println!("{result}"); // true / false
}

lib.rs:

A crate to check if the current day is Tuesday.

Dependencies

~1MB
~18K SLoC