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

#559 in Images

Download history 130/week @ 2024-11-17 155/week @ 2024-11-24 221/week @ 2024-12-01 152/week @ 2024-12-08 145/week @ 2024-12-15 103/week @ 2024-12-22 103/week @ 2024-12-29 396/week @ 2025-01-05 302/week @ 2025-01-12 292/week @ 2025-01-19 145/week @ 2025-01-26 260/week @ 2025-02-02 259/week @ 2025-02-09 162/week @ 2025-02-16 276/week @ 2025-02-23 276/week @ 2025-03-02

999 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