3 unstable releases

0.2.0 Aug 25, 2022
0.1.1 Sep 15, 2021
0.1.0 Sep 14, 2021

#2432 in Rust patterns

Download history 3/week @ 2024-02-11 20/week @ 2024-02-18 23/week @ 2024-02-25 15/week @ 2024-03-03 21/week @ 2024-03-10 18/week @ 2024-03-17 20/week @ 2024-03-24 45/week @ 2024-03-31

107 downloads per month
Used in 2 crates

ISC OR Apache-2.0

32KB
667 lines

RLE (run length encoding) tools

This small utility crate contains some common traits for interacting with run-length encoded content. The most important trait here is SplitableSpan, which is used extensively throughout diamond types.

Dependencies

~19KB