Static Array Version 0.5.2 (v0.5.2) - 25 June 2026
- actually fix compatibility with future rust versions by @WaffleLapkin in #3
Full Changelog: https://github.com/WhyAreAllTheseTaken/static-array/compare/v0.5.1...v0.5.2
Static Array Version 0.5.1 (v0.5.1) - 23 June 2026
- fix compilation in future rust versions by @WaffleLapkin in #1
- @WaffleLapkin made their first contribution in #1
Full Changelog: https://github.com/WhyAreAllTheseTaken/static-array/compare/v0.5.0...v0.5.1
[Changes][v0.5.1]
Static Array Version 0.5.0 (v0.5.0) - 25 Jan 2024
- Implemented
DerefMutforHeapArray,HeapArray2DandHeapArray3D.
Full Changelog: https://github.com/Tomaso2468/static-array/compare/v0.4.0...v0.5.0
Static Array Version 0.4.0 (v0.4.0) - 25 Jan 2024
- Add a new feature flag
rayonthat enables support for creating arrays in parallel. This uses therayoncrate. - Add
from_fn_parmethods that create an array in parallel usingrayon.
Full Changelog: https://github.com/Tomaso2468/static-array/compare/v0.3.0...v0.4.0
Static Array Version 0.3.0 (v0.3.0) - 15 Jan 2024
- Added the ability to index a subarray of a
HeapArray2DorHeapArray3D.
- Removed the ability to index a multidimensional array using a tuple index.
Static Array Version 0.2.0 (v0.2.0) - 15 Jan 2024
- Removed the dependency on the
stdcrate. The crate only requiresallocnow.
Static Array Version 0.1.0 (v0.1.0) - 13 Jan 2024
The initial release of the static array crate.