Constant MAX_ENCODED_SIZE

Source
pub const MAX_ENCODED_SIZE: usize = 10;
Expand description

This is the max required bytes to encode a u64 using the varint encoding scheme. It is size 10=ceil(64/7)