9 unstable releases
0.7.0 | Mar 6, 2021 |
---|---|
0.6.0 | May 1, 2020 |
0.5.0 | Mar 17, 2020 |
0.4.1 | Feb 15, 2020 |
0.3.1 | Aug 8, 2018 |
#723 in Memory management
1MB
354 lines
Contains (WOFF font, 190KB) docs/FiraSans-Medium.woff, (WOFF font, 135KB) docs/FiraSans-Medium.woff2, (WOFF font, 185KB) docs/FiraSans-Regular.woff, (WOFF font, 130KB) docs/FiraSans-Regular.woff2, (WOFF font, 94KB) docs/SourceSerifPro-Bold.ttf.woff, (WOFF font, 89KB) docs/SourceSerifPro-Regular.ttf.woff and 3 more.
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
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)
.