lib-base64 2.0.2

A base64 (with padding) encoding and decoding library, which implements the encode() and decode() methods for the String type.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "lib-base64"
version = "2.0.2"
authors = ["Nicolas BAUW <nbauw@hotmail.com>"]
edition = "2018"
description = "A base64 (with padding) encoding and decoding library, which implements the encode() and decode() methods for the String type."
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]