mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
14346303d7
Faster fmt::Display of 128-bit integers, without unsafe pointer In followup of #135265, hereby the 128-bit part. * Batches per 16 instead of 19 digits * Buffer access as array insteaf of unsafe pointer * Added test coverage for i128 and u128 r? tgross35 ChrisDenton