re_span

Crates.iore_span
lib.rsre_span
version0.25.1
created_at2025-07-01 09:58:22.235429+00
updated_at2025-09-19 08:55:09.216173+00
descriptionAn integer range that always has a non-negative length
homepagehttps://rerun.io
repositoryhttps://github.com/rerun-io/rerun
max_upload_size
id1733009
size10,576
rerun.io (rerunio)

documentation

README

re_span

Part of the rerun family of crates.

Latest version Documentation MIT Apache

An integer range that always has a non-negative length.

The standard std::ops::Range can have start > end. Taking a Range by argument thus means the callee must check for this eventuality and return an error.

In contrast, Span always has a non-negative length, i.e. len >= 0.

Commit count: 4053

cargo fmt