| Crates.io | is_tuesday |
| lib.rs | is_tuesday |
| version | 0.1.1 |
| created_at | 2023-04-16 22:45:54.895698+00 |
| updated_at | 2023-04-16 23:32:10.679751+00 |
| description | A crate to check if the current day is Tuesday. |
| homepage | |
| repository | https://github.com/danrfq/is_tuesday |
| max_upload_size | |
| id | 840970 |
| size | 2,906 |
A crate to check if the current day is Tuesday.
fn main() {
let result = is_tuesday::check();
println!("{result}"); // true / false
}