Mostly replacing std::<type>::MAX with <type>::MAX. Surprising here is replacing .expect(format!(...)) with .unwrap_or_else(|_| panic!(...)) It explains that this is because the "format!" would always be called.
This removes both the `#[widestrs]` annotation as well as all `"foo"L` suffixes, and does a `cargo fmt` run on the result