Crates.io | rle |
lib.rs | rle |
version | 0.2.0 |
source | src |
created_at | 2021-09-14 09:02:14.876273 |
updated_at | 2022-08-25 15:10:03.262063 |
description | Simple utilities for run-length encoded data |
homepage | |
repository | https://github.com/josephg/diamond-types |
max_upload_size | |
id | 451111 |
size | 31,041 |
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.