growable 0.3.2

A growable, reusable box for Rust.
growable-0.3.2 doesn't have any documentation.

A growable, reusable box for Rust.

This crate provides a custom Box type with matching API that also allows to reuse the same memory block to store different types with the minimal amount of allocations and is supposed to be used with a pool-based allocator (such as the one provided by this crate).

Notes

This crate uses a lot of ground-breaking features of Rust and therefore is only available on the latest Nightly build.