- Fix the
&str
example in the readme.
- Update the readme to reflect the API change in 0.2.1
str
is incore
, so thestd
feature can be removed.
- Increased ergonomics of the
numtoa
method to return a&[u8]
instead of ausize
. - Removed the restriction on only accepting
&[u8; 20]
fornumtoa_str
.
- Added the
std
feature to add thenumtoa_str
method. numtoa_str
returns a&str
rather than ausize
.