base64url 0.1.0

Base64URL encoding defined in IETF RFC 4648
Documentation

Base64 URL (base64url)

Base64URL is a modification of the main Base64 standard as described in RFC4648, the purpose of which is the ability to use the encoding result as filename or URL address. This crate provides simple encode and decode function without additional config setup.

This library is based on base64 implementation.