| Crates.io | bcdec_rs |
| lib.rs | bcdec_rs |
| version | 0.2.0 |
| created_at | 2024-02-29 15:11:54.813006+00 |
| updated_at | 2025-01-10 14:56:44.69158+00 |
| description | Safe, no_std, pure Rust port of bcdec |
| homepage | |
| repository | https://github.com/ScanMountGoat/image_dds |
| max_upload_size | |
| id | 1157870 |
| size | 70,188 |
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.