ascii_basing 0.1.0

Functions to create base 62 (ASCII) String representations of integers
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented4 out of 6 items with examples
  • Size
  • Source code size: 19.41 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.94 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • script-mouse/ascii_basing
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • script-mouse

ascii_basing

A Rust Library that converts unsigned 32-bit integers (u32s) to unique [String] values that are always smaller or as small as base 10 representations of the given integer and can be decoded back to the exact value before encoding. ascii_basing does this using standard library functions to implement a Base62 encoding and decoding algorithm. For more information on how to use this crate, check the documentation.