quadrupleslap / b32-rs

π”ΉπŸ›πŸš - A Base32 encoder/decoder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

b32

A simple base-32 encoder/decoder. It only has two functions:

b32::encode(&str) -> String;
b32::decode(&str) -> Option<String>;

Install

Add this to your Cargo.toml:

[dependencies]
b32 = "0.1.0"

License

This tiny piece of code is published under the MIT license.

About

π”ΉπŸ›πŸš - A Base32 encoder/decoder.

License:MIT License


Languages

Language:Rust 100.0%