[dependencies.interval_adapter]
default-features = false
features = ["enabled"]
version = "0.2.3"
[dev-dependencies.test_tools]
default-features = false
version = "0.1.5"
[features]
default = ["enabled"]
enabled = ["interval_adapter/enabled"]
full = ["enabled"]
no_std = []
use_alloc = []
[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dmytro.kr@obox.systems>"]
categories = ["algorithms", "development-tools"]
description = "Interval adapter for both open/closed implementations of intervals ( ranges ).\n"
documentation = "https://docs.rs/winterval"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/winterval"
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "winterval"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/winterval"
version = "0.2.3"
[package.metadata.docs.rs]
all-features = false
exclude = ["/tests", "/examples", "-*"]
features = ["full"]