3 releases

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

#329 in Compression

Download history 140/week @ 2024-07-22 188/week @ 2024-07-29 120/week @ 2024-08-05 129/week @ 2024-08-12 73/week @ 2024-08-19 97/week @ 2024-08-26 60/week @ 2024-09-02 84/week @ 2024-09-09 121/week @ 2024-09-16 148/week @ 2024-09-23 79/week @ 2024-09-30 75/week @ 2024-10-07 212/week @ 2024-10-14 114/week @ 2024-10-21 146/week @ 2024-10-28 136/week @ 2024-11-04

617 downloads per month
Used in 9 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