[][src]Crate lib_base64

Yet another base64 encoding library, which implements the encode() and decode() methods for the String type. My goals were:

  • to write it myself
  • to encode / decode with padding
  • to use it in an interactive command line string encoding utility that fits my needs.

Enums

Base64Error

Traits

Base64