bin-encode-decode 1.2.5

A high-performance binary encode and decode library that supports customizable character sets beyond Base64.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bin-encode-decode"
version = "1.2.5"
readme = "README.md"
edition = "2024"
authors = ["root@ltpp.vip"]
license = "MIT"
description = "A high-performance binary encode and decode library that supports customizable character sets beyond Base64."
keywords = [
    "binaryencode",
    "decode",
    "customcharset",
    "highperformance",
    "base64alternative",
]
repository = "https://github.com/crates-dev/bin-encode-decode"
categories = ["encoding"]