base64url 0.1.0

Base64URL encoding defined in IETF RFC 4648
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 2.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.05 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • parallelchain-io/base64url
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • parallelchainlab

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.