- Added implementations for
NonZero<$Int>that just forward to the internal type under thenonzero_implsfeature flag.
- Added a public re-export of
arrayvec::ArrayStringto avoid having to depend on it yourself.
- Added a required
ToArrayString::MAX_LENGTHassociated 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