Crates.io | base45 |
lib.rs | base45 |
version | 3.1.0 |
source | src |
created_at | 2021-03-22 18:46:30.082531 |
updated_at | 2023-06-30 14:05:24.234032 |
description | Encoder/decoder for base45 |
homepage | https://github.com/opendevtools/base45 |
repository | https://github.com/opendevtools/base45 |
max_upload_size | |
id | 372250 |
size | 21,983 |
A encoder/decoder for base45 that is fully compatible with draft-faltstrom-base45-02. When encoding QR or Aztec codes a different scheme than the standard base64, base32, and base16 is needed.
[dependencies]
base45 = "1.0.1"
Benchmarks were created using Criterion. The benchmarks test encoding and decoding of the string "The quick brown fox jumps over the lazy dog". Test computer is a MacBook 16" (2019) with 2,6 GHz 6-Core Intel Core i7 and 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]