Expand description
Collection types.
This module provides common collection types, mostly implemented as wrappers over the corresponding NGINX types.
Re-exports§
pub use rbtree::RbTreeMap;
Modules§
- rbtree
- Types and utilities for working with ngx_rbtree_t.
- vec
- A contiguous growable array type with heap-allocated contents, written
Vec<T>
.
Macros§
Structs§
- TryReserve
Error - The error type for
try_reserve
methods. - Vec
- A contiguous growable array type, written as
Vec<T>
, short for ‘vector’.
Enums§
- TryReserve
Error Kind - Details of the allocation that caused a
TryReserveError