lset 0.3.0

Data types describing linear sets
Documentation
  • Coverage
  • 100%
    11 out of 11 items documented0 out of 4 items with examples
  • Size
  • Source code size: 38.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.71 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • enarx/lset
    0 4 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • npmccallum github:enarx:owners

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