bcdec_rs

Crates.iobcdec_rs
lib.rsbcdec_rs
version0.1.2
sourcesrc
created_at2024-02-29 15:11:54.813006
updated_at2024-06-14 22:02:52.241781
descriptionSafe, no_std, pure Rust port of bcdec
homepage
repositoryhttps://github.com/ScanMountGoat/image_dds
max_upload_size
id1157870
size62,074
SMG (ScanMountGoat)

documentation

https://docs.rs/bcdec_rs

README

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.

Commit count: 158

cargo fmt