All Versions
5
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.2.3 Changes
- ๐ Fix the
&str
example in the readme.
- ๐ Fix the
-
v0.2.2 Changes
- โก๏ธ Update the readme to reflect the API change in 0.2.1
-
v0.2.1 Changes
- ๐
str
is incore
, so thestd
feature can be removed.
- ๐
-
v0.2.0 Changes
- Increased ergonomics of the
numtoa
method to return a&[u8]
instead of ausize
. - โ Removed the restriction on only accepting
&[u8; 20]
fornumtoa_str
.
- Increased ergonomics of the
-
v0.1.0 Changes
- โ Added the
std
feature to add thenumtoa_str
method. numtoa_str
returns a&str
rather than ausize
.
- โ Added the