3 releases

0.1.2 Jun 14, 2024
0.1.1 Feb 29, 2024
0.1.0 Feb 29, 2024

#495 in Images

Download history 61/week @ 2024-04-01 13/week @ 2024-04-08 24/week @ 2024-04-15 74/week @ 2024-04-22 95/week @ 2024-04-29 8/week @ 2024-05-06 26/week @ 2024-05-13 32/week @ 2024-05-20 38/week @ 2024-05-27 63/week @ 2024-06-03 285/week @ 2024-06-10 80/week @ 2024-06-17 161/week @ 2024-06-24 134/week @ 2024-07-01 48/week @ 2024-07-08 47/week @ 2024-07-15

395 downloads per month
Used in 8 crates (2 directly)

MIT license

63KB
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