26 releases

Uses new Rust 2024

new 0.30.0-alpha.3 Feb 12, 2026
0.30.0-alpha.2 Feb 11, 2026
0.29.2 Feb 12, 2026
0.29.0 Jan 30, 2026
0.28.1 Dec 19, 2025

#4 in #depth

Download history 705/week @ 2025-12-18 1062/week @ 2025-12-25 1349/week @ 2026-01-01 3160/week @ 2026-01-08 2723/week @ 2026-01-15 3350/week @ 2026-01-22 2680/week @ 2026-01-29 2563/week @ 2026-02-05

11,916 downloads per month
Used in 48 crates (3 directly)

MIT/Apache

23KB
342 lines

RVL codec helpers (Run length encoding and Variable Length encoding schemes).

For a complete reference of the format see: https://www.microsoft.com/en-us/research/wp-content/uploads/2018/09/p100-wilson.pdf


re_rvl

Part of the rerun family of crates.

Latest version Documentation MIT Apache

Codecs and helpers for depth compression formats, with a focus on RVL (Run length encoding and Variable Length encoding schemes). Includes utilities to parse compressedDepth metadata as well as decode RVL streams into either disparity (u16) or metric depth (f32) buffers.

Dependencies

~255–690KB
~15K SLoC