Crates.io | lastdayofmonth |
lib.rs | lastdayofmonth |
version | 0.1.1 |
source | src |
created_at | 2022-07-27 03:51:57.298352 |
updated_at | 2022-07-27 05:06:48.23567 |
description | Calculate all the the last weekdays of a month for a year: ex last Sundays in 2022 |
homepage | |
repository | https://github.com/EvanCarroll/rust-lastdayofmonth |
max_upload_size | |
id | 633638 |
size | 12,917 |
Ever want to find all the last Sundays in 2022?
lastdayofmonth --year 2022 --day Sunday
This is an application to get all the last days of all months for a given a year.
cargo build --release
Don't benchmark a testing suite, ever. But if you insist, the test ported 1-to-1 as found in other languages in the Perl Weekly Challange #175. You can run it like this.
cargo test --relesae
Also remember, the first run or build should be discarded as it may included compilation if not already done.
Originally created to get a Rust implementation for Mohammad Sajid Anwar challange 175 for the Perl Weekly Challange.
You can find the Facebook Post on the Perl Community here.