bilelmoussaoui / oo7

James Bond went on a new mission as a Secret Service provider
https://bilelmoussaoui.github.io/oo7/oo7/
MIT License
66 stars 12 forks source link

cli: Replace chrono with time #114

Closed bilelmoussaoui closed 2 months ago

bilelmoussaoui commented 2 months ago

as it is much smaller and fits better the usage in the cli

A6GibKm commented 2 months ago

As per the docs of parse:

This function exists for backward compatibility reasons. It is equivalent to calling parse_borrowed::<1>(s). In the future, this function will be deprecated in favor of parse_borrowed.

It might be a good idea to switch to parse_borrowed::<2>.