- Added implementations for
NonZero<$Int>
that just forward to the internal type under thenonzero_impls
feature flag.
- Added a public re-export of
arrayvec::ArrayString
to avoid having to depend on it yourself.
- Added a required
ToArrayString::MAX_LENGTH
associated constant.
- Added inline to all implementations, which actually reduces codegen as constant folding becomes much better.
- Added implementation for
char
- Added identity implementation for
ArrayString
- Documented MSRV as 1.56.
- Fixed broken documentation links to ToString
- Added documentation for ToArrayString::ArrayString