base64url

Crates.iobase64url
lib.rsbase64url
version0.1.0
sourcesrc
created_at2023-05-16 08:29:26.431531
updated_at2023-05-16 08:29:26.431531
descriptionBase64URL encoding defined in IETF RFC 4648
homepage
repositoryhttps://github.com/parallelchain-io/base64url
max_upload_size
id865904
size2,991
ParallelChain Lab (parallelchainlab)

documentation

README

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.

Commit count: 4

cargo fmt