pub const VARINT32_MAX: i32 = i32::MAX; // 2_147_483_647i32
The largest value that can be represented as a varint32.
varint32