Skip to content

v0.15.0

Compare
Choose a tag to compare
@hinto-janai hinto-janai released this 22 Dec 02:56
· 24 commits to main since this release
8267103

Changed

  • #[must_use] on applicable functions
  • Str::as_bytes_mut() is now unsafe
  • Str::from_bytes_exact() is now unsafe
  • Str::from_str_exact() takes impl AsRef<str> instead of &str

Removed

  • Redundant function constructors for const types (e.g Uptime::day() -> Uptime::DAY)