Skip to content
/ lset Public
forked from enarx/lset

Data types describing linear sets

License

Notifications You must be signed in to change notification settings

dpal/lset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%