4 releases

0.2.0 Jan 10, 2025
0.1.2 Jun 14, 2024
0.1.1 Feb 29, 2024
0.1.0 Feb 29, 2024

#1061 in Testing

Download history 636/week @ 2026-01-05 1136/week @ 2026-01-12 483/week @ 2026-01-19 450/week @ 2026-01-26 484/week @ 2026-02-02 544/week @ 2026-02-09 577/week @ 2026-02-16 712/week @ 2026-02-23 787/week @ 2026-03-02 812/week @ 2026-03-09 766/week @ 2026-03-16 642/week @ 2026-03-23 554/week @ 2026-03-30 799/week @ 2026-04-06 774/week @ 2026-04-13 3694/week @ 2026-04-20

5,903 downloads per month
Used in 14 crates (3 directly)

MIT license

71KB
1K SLoC

bcdec_rs

A safe, no_std, pure Rust port of the bcdec C library.
BC1, BC2, BC3, BC4, BC5, BC6H, and BC7 are supported.

The Rust implementation is fuzzed against bindings to the original C code for arbitrary input blocks to test for identical behavior.

No runtime deps