crates.io version license: Apache 2.0 unsafe forbidden pipeline status

any-range

AnyRange<T> enum can hold any Range*<T> type.

Use Cases

Features

Limitations

Alternatives

Example

rust use any_range::AnyRange; let range: AnyRange<u8> = (3..5).into(); assert!(range.contains(&3));

Cargo Geiger Safety Report

```

Metric output format: x/y x = unsafe code used by the build y = total unsafe code found in the crate

Symbols: 🔒 = No unsafe usage found, declares #![forbid(unsafecode)] ❓ = No unsafe usage found, missing #![forbid(unsafecode)] ☢️ = unsafe usage found

Functions Expressions Impls Traits Methods Dependency

0/0 0/0 0/0 0/0 0/0 🔒 any-range 0.1.3

0/0 0/0 0/0 0/0 0/0

```

Changelog

Happy Contributors 🙂

Fixing bugs and adding features is easy and fast. Send us a pull request and we intend to: - Always respond within 24 hours - Provide clear & concrete feedback - Immediately make a new release for your accepted change

License: Apache-2.0