lset

Crates.iolset
lib.rslset
version0.3.0
sourcesrc
created_at2020-08-25 19:02:36.750708
updated_at2022-04-11 14:56:09.254137
descriptionData types describing linear sets
homepagehttps://github.com/enarx/lset
repositoryhttps://github.com/enarx/lset
max_upload_size
id280660
size39,004
owners (github:enarx:owners)

documentation

README

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

Commit count: 29

cargo fmt