rle

Crates.iorle
lib.rsrle
version0.2.0
sourcesrc
created_at2021-09-14 09:02:14.876273
updated_at2022-08-25 15:10:03.262063
descriptionSimple utilities for run-length encoded data
homepage
repositoryhttps://github.com/josephg/diamond-types
max_upload_size
id451111
size31,041
Seph Gentle (josephg)

documentation

README

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.

Commit count: 1019

cargo fmt