b32 0.1.0

A Base32 encoder/decoder.
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 5.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • quadrupleslap/b32-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • quadrupleslap

b32

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

b32::encode(String) -> String;
b32::decode(String) -> 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.