Functionsยง
- pad_
handle_ result - Pad the data and logs in a
HandleResult
to the block size, with spaces. - pad_
query_ result - Pad a
QueryResult
with spaces - space_
pad - Take a Vec
and pad it up to a multiple of block_size
, using spaces at the end.
HandleResult
to the block size, with spaces.QueryResult
with spacesblock_size
, using spaces at the end.