rle 0.2.0

Simple utilities for run-length encoded data
Documentation
1
2
3
# 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](https://github.com/josephg/diamond-types).