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

#521 in Images

Download history 150/week @ 2024-09-24 75/week @ 2024-10-01 95/week @ 2024-10-08 202/week @ 2024-10-15 113/week @ 2024-10-22 178/week @ 2024-10-29 92/week @ 2024-11-05 81/week @ 2024-11-12 153/week @ 2024-11-19 133/week @ 2024-11-26 239/week @ 2024-12-03 156/week @ 2024-12-10 121/week @ 2024-12-17 100/week @ 2024-12-24 127/week @ 2024-12-31 460/week @ 2025-01-07

827 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