mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
505dabc2a0
The standard library has helper methods for converting integers to/from little-endian bytes, for checked conversion from `usize` to `u8`, and for treating `&mut T` as `&mut [T; 1]`.