2 releases
0.1.1 | Apr 16, 2023 |
---|---|
0.1.0 | Apr 16, 2023 |
#32 in #day
22 downloads per month
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