ymtdzzz / base64-rs

base64 encoding (RFC4648) implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of Base64, Base32 and Base16 encoding

ref: rfc4648

Supported encoding

  • base64
  • base64url
  • base32
  • base32hex
  • base16

Note that base64url does NOT add any padding characters (=).

About

base64 encoding (RFC4648) implementation in Rust


Languages

Language:Rust 100.0%