3 unstable releases
0.2.0 | Aug 25, 2022 |
---|---|
0.1.1 | Sep 15, 2021 |
0.1.0 | Sep 14, 2021 |
#2549 in Rust patterns
44 downloads per month
Used in 2 crates
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