docs.rs failed to build interval-0.0.1
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.

Provides a type representing an integer interval. Should work as expected with any type implementing the Int trait.

I do have an implementation that is generic to Int and Float numeric types, but I don't have a use-case for that and it is less efficient for integer intervals. Nevertheless, if you are interested, please contact me and I'll make it available.