bas64 0.1.0

Base64, but a bit smaller. Hints the name... not recommended for advanced projects but simple scripts! Because Base64 made decode way to long...
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bas64"
version = "0.1.0"
edition = "2021"
authors = ["Finity"]
description = "Base64, but a bit smaller. Hints the name... not recommended for advanced projects but simple scripts! Because Base64 made decode way to long..."
license = "MIT"
repository = "https://github.com/infinity-retro/bas64"
keywords = ["base64", "encoding", "decode", "minimal"]
categories = ["encoding"]

[dependencies]
base64 = "0.22.1"