Skip to content

irox-time v0.4.7

Compare
Choose a tag to compare
@spmadden spmadden released this 26 Jan 15:41
· 145 commits to master since this release
1fc49ae

New Features

  • new Time64::from_unix_raw function
  • new Time64::from_unix_u64 fn
  • More impls for Timestamp and Duration math
  • can sub duration from borrowed timestamp
  • impl Eq and Ord for Timestamp

Commit Statistics

  • 5 commits contributed to the release over the course of 40 calendar days.
  • 41 days passed between releases.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • New Time64::from_unix_raw function (2ef5e6a)
    • New Time64::from_unix_u64 fn (377ac47)
    • More impls for Timestamp and Duration math (ce75d8f)
    • Can sub duration from borrowed timestamp (cccd7e8)
    • Impl Eq and Ord for Timestamp (6703ff8)