7个稳定版本
3.1.0 | 2023年6月30日 |
---|---|
3.0.0 | 2021年6月3日 |
2.0.1 | 2021年4月2日 |
2.0.0 | 2021年4月1日 |
1.0.2 | 2021年3月22日 |
#1971 in 编码
每月下载量 104次
在 3 crates 中使用
14KB
269 行
Base45
一个完全兼容draft-faltstrom-base45-02的base45编码/解码器。在编码QR或Aztec码时,需要使用与标准base64、base32和base16不同的方案。
安装
[dependencies]
base45 = "1.0.1"
基准测试
基准测试使用Criterion创建。基准测试测试了字符串"The quick brown fox jumps over the lazy dog"的编码和解码。测试计算机是一台MacBook 16"(2019),配备2.6 GHz 6核Intel Core i7和32 GB 2667 MHz DDR4。
encode long string time: [6.0716 us 6.1040 us 6.1377 us]
encode long string from buffer time: [6.0220 us 6.0547 us 6.0885 us]
decode long string time: [1.0876 us 1.0993 us 1.1105 us]