Expand description
Frame encoding utilities
Functionsยง
- read_
varint4 - read varint4 from buffer, returning (value, size)
- read_
varint8 - read varint8 from buffer, returning (value, size)
- varint4_
size - determine how many bytes are required to encode a varint8
- varint8_
size - determine how many bytes are required to encode a varint8
- write_
varint4 - write varint4 to buffer, returning how many bytes were used
- write_
varint8 - write varint8 to buffer, returning how many bytes were used