Static Array Version 0.4.0
WhyAreAllTheseTaken
released this
25 Jan 17:39
·
4 commits
to master
since this release
Added
- Add a new feature flag
rayon
that enables support for creating arrays in parallel. This uses therayon
crate. - Add
from_fn_par
methods that create an array in parallel usingrayon
.
Full Changelog: v0.3.0...v0.4.0