Crates.io | bcdec_rs |
lib.rs | bcdec_rs |
version | 0.1.2 |
source | src |
created_at | 2024-02-29 15:11:54.813006 |
updated_at | 2024-06-14 22:02:52.241781 |
description | Safe, no_std, pure Rust port of bcdec |
homepage | |
repository | https://github.com/ScanMountGoat/image_dds |
max_upload_size | |
id | 1157870 |
size | 62,074 |
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.