chronotope / chrono

Date and time library for Rust
Other
3.3k stars 523 forks source link

0.5: Consider using smaller types for arguments #1557

Open pitdicker opened 6 months ago

pitdicker commented 6 months ago

See the discussion in https://github.com/chronotope/chrono/pull/1551#discussion_r1550405238. Smaller types may give more potential for optimizations, but may also introduce more fallible conversions.