based64 0.4.2

BASE64 implementation for chads
Documentation
[package]
name = "based64"
version = "0.4.2"
edition = "2018"
description = "BASE64 implementation for chads"
readme = "README.md"
repository = "https://github.com/DoumanAsh/based64"
license = "BSL-1.0"
keywords = ["base64"]
categories = ["algorithms"]
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]

[features]
alloc = []

[dev-dependencies.getrandom]
version = "0.2.6"

[package.metadata.docs.rs]
features = ["alloc"]