lib-base64 2.1.0

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]