Available on crate feature
mtls
only.Expand description
internal std exports for no_std compatibility
Modules§
- alloc
- Memory allocation APIs.
- boxed
- The
Box<T>
type for heap allocation. - cmp
- Utilities for comparing and ordering values.
- collections
- Collection types.
- convert
- Traits for conversions between types.
- fmt
- Utilities for formatting and printing
String
s. - hash
- Generic hashing support.
- iter
- Composable external iteration.
- mem
- Basic functions for dealing with memory.
- ops
- Overloadable operators.
- option
- Optional values.
- result
- Error handling with the
Result
type. - slice
- Utilities for the slice primitive type.
- str
- Utilities for the
str
primitive type. - string
- A UTF-8–encoded, growable string.
- vec
- A contiguous growable array type with heap-allocated contents, written
Vec<T>
.