2 releases

0.1.1 Feb 29, 2024
0.1.0 Feb 29, 2024

#677 in Images

Download history 246/week @ 2024-02-26 35/week @ 2024-03-04 78/week @ 2024-03-11 10/week @ 2024-03-18 18/week @ 2024-03-25 61/week @ 2024-04-01 13/week @ 2024-04-08 24/week @ 2024-04-15

117 downloads per month
Used in 4 crates (via image_dds)

MIT license

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