alexanderlinne / chronobreak

Rust mocks for deterministic time testing
Apache License 2.0
7 stars 0 forks source link

Mocking chrono::Utc::now() #5

Open bbigras opened 2 years ago

bbigras commented 2 years ago

Does chronobreak support chrono?

alexanderlinne commented 2 years ago

No, chrono is not supported yet. I unfortunately do not currently have any time to work on this project, so if you'd be interested to implement it, feel free to submit a PR.

grapemix commented 1 year ago

Thanks for this lib. I actually have the same problem. Is there any progress?