Crate oom_safe

Source
Expand description

Out-of-memory safe

Structs§

AllocError
The error type for allocation failure.

Traits§

VecAllocExt
Extension for Vec<T, A>
VecExt
Extension for Vec<T>

Functions§

catch_oom
Invokes a closure, capturing the out-of-memory panic if one occurs.