[][src]Crate recycle

Transform Box, Vec and HashMap while recycling the backing memory if possible.

📦  Crates.io  │  📑  GitHub  │  💬  Chat

Example

...

Macros

try

Unwraps a result or propagates its error.

Structs

NoneError

The error type that results from applying the try operator (?) to a None value.

Traits

Try

A stable version of core::ops::Try.

VecExt

Extension methods for Vec<T>