bufsize::SizeCounter
This library provides an implementation of bytes::BufMut to count the size
of a resulting buffer.
[]
= "0.5"
Compiler support: requires rustc 1.39+
Example
use SizeCounter;
use BufMut;
;
This library provides an implementation of bytes::BufMut to count the size
of a resulting buffer.
[]
= "0.5"
Compiler support: requires rustc 1.39+
use SizeCounter;
use BufMut;
;