bcdec_rs 0.2.0

Safe, no_std, pure Rust port of bcdec
Documentation
1
2
3
4
5
# bcdec_rs

A safe, no_std, pure Rust port of the [bcdec](https://github.com/iOrange/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.