Skip to content

v0.11.0

Compare
Choose a tag to compare
@hinto-janai hinto-janai released this 16 Oct 01:55
· 57 commits to main since this release
2c11a6e

Added

  • Htop type in readable::time for htop-style uptime formatting
  • Uptime trait for getting system uptime and formatting directly into a Time, TimeFull or Htop
  • TryFrom implementations from smart pointer strings (Arc<str>, Box<str>, etc) for Str

Changed

  • Str::from_str() -> Str::from_str_exact()
  • Str::from_bytes() -> Str::from_bytes_exact()
  • Time::UNKNOWN changed from ??? to (unknown)
  • TimeFull::UNKNOWN changed from ??? to (unknown)