4 releases

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

#520 in Images

Download history 135/week @ 2024-09-26 79/week @ 2024-10-03 105/week @ 2024-10-10 180/week @ 2024-10-17 120/week @ 2024-10-24 182/week @ 2024-10-31 79/week @ 2024-11-07 114/week @ 2024-11-14 164/week @ 2024-11-21 163/week @ 2024-11-28 194/week @ 2024-12-05 162/week @ 2024-12-12 94/week @ 2024-12-19 92/week @ 2024-12-26 187/week @ 2025-01-02 452/week @ 2025-01-09

858 downloads per month
Used in 10 crates (2 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.


lib.rs:

A safe, no_std, pure Rust port of bcdec.

No runtime deps