Expand description
This module contains various types that make it easier to work with bytes and X509 certificates.
Re-exports§
pub use crate::tls::utils as tls;Non- any_tls
Structs§
- BufRef
- A
BufRefis a reference to a buffer of bytes. It removes the need for self-referential data structures. It is safe to use as long as the underlying buffer does not get mutated. - KVRef
- A
KVRefcontains a key name and value pair, stored as two BufRef types.
Constants§
- EMPTY_
KV_ REF - A KVRef which contains empty sub-slices.