bstrie / lset

Data types describing linear sets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workflow Status Average time to resolve an issue Percentage of issues still open Maintenance

lset

This crate contains types for measuring linear sets by either the end points (Line) or by a starting point and the number of elements (Span).

In the interest of zero-cost abstractions, all methods are always inlined for maximum compiler optimization. Thus, you only pay for the conversions that are actually used.

License: Apache-2.0

About

Data types describing linear sets

License:Apache License 2.0


Languages

Language:Rust 100.0%