docs.rs failed to build sure-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
sure
Refinement types that track their set of possible values and and propagate them through operations.
Implemented using const generics at no extra runtime cost.
This crate is in early development, expect many breaking changes.
Example
use SureU8;
use Range;