fast32 1.0.1

Base32 and base64 encoding in Rust. Primarily for integer (u64, u128) and UUID identifiers, as well as arbitrary byte arrays.
Documentation
1
2
3
4
5
#!/bin/fish
# https://stackoverflow.com/questions/61417452/how-to-get-a-feature-requirement-tag-in-the-documentation-generated-by-cargo-do#comment117282743_61417700
RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features
echo '*** http://localhost:5000/fast32/ ***'
caddy file-server --root ./target/doc --listen :5000