A Rust Library that converts unsigned 32-bit integers (u32
s) 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.
-
Notifications
You must be signed in to change notification settings - Fork 0
A Rust Library that converts u32 integers to unique String values based on the data in the integer, using standard library functions
License
script-mouse/ascii_basing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published