File: README.md

package info (click to toggle)
rust-zbase32 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
# Implementation of zbase32 in Rust

[![crates.io](https://meritbadge.herokuapp.com/zbase32)](https://crates.io/crates/zbase32)

This is an implementation of the human-oriented base-32 encoding called
[zbase32](https://philzimmermann.com/docs/human-oriented-base-32-encoding.txt).

[The Documentation has some more details.](https://docs.rs/zbase32)