Module collections

Source
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§

vec
Creates a Vec containing the arguments.

Structs§

TryReserveError
The error type for try_reserve methods.
Vec
A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Enums§

TryReserveErrorKind
Details of the allocation that caused a TryReserveError