growable 0.3.0

A growable, reusable box for Rust.
docs.rs failed to build growable-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: growable-0.7.0

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.