Crate with_capacity_safe[][src]

Structs

WcsError

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

Enums

WcsErrorType

The cause of the 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