rust-rle-decode-fast 1.0.1 Implement decoding for Run Length Encoded data in Rust

This crate provides a fast way to implement any kind of decoding for Run Length Encoded data in Rust.

Writing a fast decoder that is also safe can be quite challenging, so this crate is here to save you the hassle of maintaining and testing your own implementation.