rle-decode-fast 1.0.3

Deprecated: this is available in stable Rust since 1.53 as Vec::extend_from_within(). Previsouly, the fastest way to implement any kind of decoding for Run Length Encoded data in Rust.
Documentation
[[bench]]
harness = false
name = "bench"
required-features = ["bench"]
[badges.maintenance]
status = "deprecated"
[dependencies.criterion]
optional = true
version = "0.2"

[features]
bench = ["criterion"]

[package]
authors = ["Moritz Wanzenböck <moritz@wanzenbug.xyz>"]
description = "Deprecated: this is available in stable Rust since 1.53 as Vec::extend_from_within().\n\nPrevisouly, the fastest way to implement any kind of decoding for Run Length Encoded data in Rust.\n"
edition = "2015"
license = "MIT OR Apache-2.0"
name = "rle-decode-fast"
readme = "README.md"
repository = "https://github.com/WanzenBug/rle-decode-helper"
version = "1.0.3"