Expand description
Collection types.
This module provides common collection types, mostly implemented as wrappers over the corresponding NGINX types.
Re-exports§
Modules§
- queue
- Types and utilities for working with ngx_queue_t, an intrusive doubly-linked list.
- 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