Crates.io | growable |
lib.rs | growable |
version | 0.7.0 |
source | src |
created_at | 2018-08-08 21:55:46.5469 |
updated_at | 2021-03-06 13:28:21.345033 |
description | A growable, reusable box for Rust. |
homepage | https://github.com/mahou-shoujo/growable-rs.git |
repository | https://github.com/mahou-shoujo/growable-rs.git |
max_upload_size | |
id | 78432 |
size | 1,429,043 |
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).
The implementation depends on some unstable features:
Things can break randomly and the minimal supported version of rustc will be shifted accordingly.
Right now it is rustc 1.52.0-nightly (caca2121f 2021-03-05)
.