bcdec_rs 0.2.0

Safe, no_std, pure Rust port of bcdec
Documentation
  • Coverage
  • 100%
    11 out of 11 items documented10 out of 10 items with examples
  • Size
  • Source code size: 69.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.66 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ScanMountGoat/image_dds
    19 10 10
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ScanMountGoat

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.