• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-473325

tests/H03-May-2022-228196

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D11-Jun-201823 43

.gitlab-ci.ymlH A D16-Dec-2018917 3833

Cargo.tomlH A D01-Jan-19701 KiB3631

Cargo.toml.orig-cargoH A D16-Dec-2018449 2218

LICENSEH A D11-Jun-20187.5 KiB166128

README.mdH A D11-Jun-2018350 95

README.md

1# Implementation of zbase32 in Rust
2
3[![crates.io](https://meritbadge.herokuapp.com/zbase32)](https://crates.io/crates/zbase32)
4
5This is an implementation of the human-oriented base-32 encoding called
6[zbase32](https://philzimmermann.com/docs/human-oriented-base-32-encoding.txt).
7
8[The Documentation has some more details.](https://docs.rs/zbase32)
9