All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Add trait
Capacity<T>
. This is used inwhere
bounds now instead ofArrayLength<T>
.
- Un-deprecate this crate.
- Make
GenericArrayVec
/GenericArrayString
smaller. The internal length field is now optimally sized based on capacity instead of being hardcoded tousize
. Unfortunately some extrawhere
-bound boilerplate is needed now; see the crate docs. - Rename
Wrapper
toArrayvecStorageRaw
(though the also added type aliasArrayvecStorage
should be used).
- Fix no_std compatibility.
- This crate is now deprecated.
- Add feature reexports for arrayvec and generic-array's features allowing more array sizes.
- Upgrade arrayvec to 0.5.
- Upgrade generic-array to 0.14.
- Upgrade generic-array to 0.13.
- Upgrade generic-array to 0.12.
Initial release.