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
11,916 downloads per month
Used in 48 crates
(3 directly)
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.
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