base64-const 0.0.6

Base64 encode/decode with const-friendly decode and URL-safe macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "base64-const"
version = "0.0.6"
authors = ["Efim Goncharuk <efimster@gmail.com>"]
edition = "2024"
description = "Base64 encode/decode with const-friendly decode and URL-safe macros"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/efimster-lab/research/base64"
homepage = "https://gitlab.com/efimster-lab/research/base64"
keywords = ["base64", "encode", "decode", "const", "url-safe"]
categories = ["encoding"]
readme = "README.md"

[dependencies]