docs.rs failed to build sure-0.3.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 makes use of several unstable features, so it can currently only be used on a nightly toolchain.
Example
use SureU8;
use Range;