Module rustls::vecbuf

source ·

Structs§

  • 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.