https://github.com/sphinxc0re/rust-base24
A simple base24 implementation in Rust
https://github.com/sphinxc0re/rust-base24
base24 binary-to-text encoding rust
Last synced: 9 months ago
JSON representation
A simple base24 implementation in Rust
- Host: GitHub
- URL: https://github.com/sphinxc0re/rust-base24
- Owner: sphinxc0re
- License: mit
- Created: 2020-02-27T12:11:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T11:33:28.000Z (over 6 years ago)
- Last Synced: 2025-08-29T23:29:00.549Z (10 months ago)
- Topics: base24, binary-to-text, encoding, rust
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# base24 [](https://crates.io/crates/base24)  [](https://docs.rs/base24) 
A simple base24 implementation in Rust.
This is based on the format introduced in this blogpost: https://www.kuon.ch/post/2020-02-27-base24/