2 releases
0.1.1 | Apr 16, 2023 |
---|---|
0.1.0 | Apr 16, 2023 |
#43 in #day
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