• 0 Posts
  • 41 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2024

help-circle



















  • Jiff is a datetime library for Rust that encourages you to jump into the pit of success. The focus of this library is providing high level datetime primitives that are difficult to misuse and have reasonable performance. Jiff supports automatic and seamless integration with the Time Zone Database, DST aware arithmetic and rounding, formatting and parsing zone aware datetimes losslessly, opt-in Serde support and a whole lot more.

    Jiff takes enormous inspiration from Temporal, which is a TC39 proposal to improve datetime handling in JavaScript.