tlspuffin
0.1.0
Module vecbuf
Structs
In tlspuffin::
tls::
rustls
Module
tlspuffin
::
tls
::
rustls
::
vecbuf
Copy item path
source
·
[
−
]
Structs
§
Chunk
VecBuffer
This is a byte buffer that is built from a vector of byte vectors. This avoids extra copies when appending a new byte vector, at the expense of more complexity when reading out.