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