to-arraystring 0.1.3

A no-alloc ToString, for bool/integer/float types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## 0.1.3

- Added inline to all implementations, which actually reduces codegen as constant folding becomes much better.

## 0.1.2

- Added implementation for `char`
- Added identity implementation for `ArrayString`

## 0.1.1

- Documented MSRV as 1.56.
- Fixed broken documentation links to ToString
- Added documentation for ToArrayString::ArrayString