Crate recycle

Source
Expand description

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>