Skip to content

A Rust Library that converts u32 integers to unique String values based on the data in the integer, using standard library functions

License

Notifications You must be signed in to change notification settings

script-mouse/ascii_basing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Rust Library that converts u32 integers to unique String values based on the data in the integer, using standard library functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages