Casts and checked casts for numeric types.
# Cargo.toml
[dependencies]
az = "1.3.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Casts a u32 to u8 using the Cast trait, panicking if the value does not fit.
Use az::CheckedCast and checked_cast() to handle overflow gracefully.
No dependency data recorded yet.