lib-base64 2.0.4

A base64 (with padding) encoding and decoding library, which implements the encode() and decode() methods for the String type.
Documentation
[dependencies]

[package]
authors = ["Nicolas BAUW <nbauw@hotmail.com>"]
categories = ["encoding"]
description = "A base64 (with padding) encoding and decoding library, which implements the encode() and decode() methods for the String type."
edition = "2021"
keywords = ["base64", "encoding", "padding", "method", "string"]
license = "MIT"
name = "lib-base64"
readme = "README.md"
repository = "https://github.com/nicolasbauw/lib-base64"
version = "2.0.4"