An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# base24 [![Crates.io](https://img.shields.io/crates/v/base24)](https://crates.io/crates/base24) ![Crates.io](https://img.shields.io/crates/d/base24) [![Docs.rs](https://docs.rs/base24/badge.svg)](https://docs.rs/base24) ![Crates.io](https://img.shields.io/crates/l/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/