pub const VARINT32_MIN: i32 = i32::MIN; // -2_147_483_648i32
The smallest value that can be represented as a varint32.
varint32