All Versions
5
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.2.3 Changes

    • ๐Ÿ›  Fix the &str example in the readme.
  • v0.2.2 Changes

    • โšก๏ธ Update the readme to reflect the API change in 0.2.1
  • v0.2.1 Changes

    • ๐Ÿšš str is in core, so the std feature can be removed.
  • v0.2.0 Changes

    • Increased ergonomics of the numtoa method to return a &[u8] instead of a usize.
    • โœ‚ Removed the restriction on only accepting &[u8; 20] for numtoa_str.
  • v0.1.0 Changes

    • โž• Added the std feature to add the numtoa_str method.
    • numtoa_str returns a &str rather than a usize.