Module rslice

Source

Structs§

NulByte
NulByte represents an error converting &str to rustls_str when the &str contains a NUL.
rustls_slice_bytes
A read-only view on a Rust byte slice.
rustls_slice_slice_bytes
A read-only view of a slice of Rust byte slices.
rustls_slice_str
A read-only view of a slice of multiple Rust &str’s (that is, multiple strings).
rustls_slice_u16
A read-only view on a Rust slice of 16-bit integers in platform endianness.
rustls_str
A read-only view on a Rust &str.

Functions§

rustls_slice_slice_bytes_get
Retrieve the nth element from the input slice of slices.
rustls_slice_slice_bytes_len
Return the length of the outer slice. If the input pointer is NULL, returns 0.
rustls_slice_str_get
Retrieve the nth element from the input slice of &strs.
rustls_slice_str_len
Return the length of the outer slice.