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