Constant message_io::util::encoding::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)