7 stable releases

3.1.0 Jun 30, 2023
3.0.0 Jun 3, 2021
2.0.1 Apr 2, 2021
2.0.0 Apr 1, 2021
1.0.2 Mar 22, 2021

#1874 in Encoding

Download history 21/week @ 2024-07-19 24/week @ 2024-07-26 30/week @ 2024-08-02 27/week @ 2024-08-09 12/week @ 2024-08-16 21/week @ 2024-08-23 26/week @ 2024-08-30 19/week @ 2024-09-06 20/week @ 2024-09-13 34/week @ 2024-09-20 53/week @ 2024-09-27 14/week @ 2024-10-04 53/week @ 2024-10-11 35/week @ 2024-10-18 24/week @ 2024-10-25 28/week @ 2024-11-01

140 downloads per month
Used in 3 crates

MIT license

14KB
269 lines

Base45

Test and publish Base45 Crate API

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.

Installation

[dependencies]
base45 = "1.0.1"

Benchmarks

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]

No runtime deps