| Crates.io | lset |
| lib.rs | lset |
| version | 0.3.0 |
| created_at | 2020-08-25 19:02:36.750708+00 |
| updated_at | 2022-04-11 14:56:09.254137+00 |
| description | Data types describing linear sets |
| homepage | https://github.com/enarx/lset |
| repository | https://github.com/enarx/lset |
| max_upload_size | |
| id | 280660 |
| size | 39,004 |
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