Skip to main content

LEN_INT_SIZE

Constant LEN_INT_SIZE 

Source
pub const LEN_INT_SIZE: usize = _; // 4usize
Expand description

长度前缀类型的字节大小(u32 为 4,u64 为 8)。

The byte size of the length prefix type (4 for u32, 8 for u64).