Crate with_capacity_safe[][src]

Enums

WcsError

The error type for this crate. It implements std::error::Error

Functions

vec_with_capacity_safe

Vec::with_capacity(capacity) panics/aborts when the capacity is too large. This is a safer alternative which reports Error using try_reserve_exact.