base64cr 0.0.1

Pure & Fastest Rust implementation of Base64
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dev-dependencies.base64]
version = "0.13.0"

[package]
authors = ["Kavan Mevada"]
categories = ["encoding"]
description = """
Pure & Fastest Rust implementation of Base64
"""
edition = "2018"
keywords = ["base64"]
license = "Apache-2.0 OR MIT"
name = "base64cr"
readme = "README.md"
repository = "https://github.com/kavanmevada/base64cr"
version = "0.0.1"