# 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](https://github.com/marshallpierce/rust-base64) implementation.