ascii_basing

Crates.ioascii_basing
lib.rsascii_basing
version0.1.0
sourcesrc
created_at2024-06-27 23:14:43.74542
updated_at2024-06-27 23:14:43.74542
descriptionFunctions to create base 62 (ASCII) String representations of integers
homepage
repositoryhttps://github.com/script-mouse/ascii_basing
max_upload_size
id1286286
size19,746
(script-mouse)

documentation

README

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.

Commit count: 7

cargo fmt