Constant message_io::util::encoding::MAX_ENCODED_SIZE[][src]

pub const MAX_ENCODED_SIZE: usize = 10;

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