[dependencies]
[dev-dependencies.test_tools]
version = "0.3.0"
[features]
default = ["enabled"]
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/interval_adapter"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/interval_adapter"
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "interval_adapter"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/interval_adapter"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = false
exclude = ["/tests", "/examples", "-*"]
features = ["full"]