Crate fakedate

Crate fakedate 

Source
Expand description

Fakedate generates pseudo-random dates and times.

It is written in Rust and is mostly a toy project to ramp up on the language. It might however be useful. Use at your own risk.

Fakedate icon

Modules§

options

Functions§

generate
random_year_date
Generate a random date for a given year.
run
Generate a date with the given options, output it to stdout.
week_end_date
Generate a which is during last week-end.