v0.15.0
Changed
#[must_use]on applicable functionsStr::as_bytes_mut()is nowunsafeStr::from_bytes_exact()is nowunsafeStr::from_str_exact()takesimpl AsRef<str>instead of&str
Removed
- Redundant function constructors for
consttypes (e.gUptime::day()->Uptime::DAY)