3 releases (breaking)

0.3.0 Apr 11, 2022
0.2.0 Aug 24, 2021
0.1.0 Aug 25, 2020

#1034 in Rust patterns

Download history 409/week @ 2023-11-20 839/week @ 2023-11-27 360/week @ 2023-12-04 1070/week @ 2023-12-11 337/week @ 2023-12-18 120/week @ 2023-12-25 80/week @ 2024-01-01 94/week @ 2024-01-08 290/week @ 2024-01-15 83/week @ 2024-01-22 241/week @ 2024-01-29 164/week @ 2024-02-05 91/week @ 2024-02-12 132/week @ 2024-02-19 345/week @ 2024-02-26 148/week @ 2024-03-04

727 downloads per month
Used in 4 crates (3 directly)

Apache-2.0

28KB
403 lines

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


lib.rs:

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.

No runtime deps