New project: localised output for chrono dates

Hi all,

I started working on a new crate to have a localised output for chrono dates.

You can find it here: GitHub - Alex-PK/chrono-locale: Support localization for dates in chrono

It's very much work in progress, so it's not in crates.io yet, and it's not documented at all, but the usage is quite simple and can be seen in the tests.
I am planning to use it in one of my company's projects next week, so at least a 0.1.0 version will be there soon.

I would love comments, especially suggestions for the formatting function name (it's now formatl as in format localised but I don't like it), and PRs for other locales, as it now contains only the ones we need, for now.

Thanks!

1 Like