Documentation
[[bench]]
harness = false
name = "domain-next-to"

[[bench]]
harness = false
name = "domain-distance"

[[bench]]
harness = false
name = "ranges-insert"

[[bench]]
harness = false
name = "ranges-union"
[badges.gitlab]
branch = "master"
repository = "bit-refined/ranges"

[badges.maintenance]
status = "experimental"
[dependencies.noisy_float]
optional = true
version = "0.1.12"
[dev-dependencies.criterion]
version = "0.3.0"

[features]
inline = []

[package]
authors = ["Kevin Becker <k.becker@byter.dev>", "Sophie Tauchert <sophie@999eagle.moe>", "Felipe Sciammarella <fl.sciammarella@ufrj.br>", "Joshua Nelson <jyn514@gmail.com>"]
categories = ["algorithms", "data-structures", "no-std"]
description = "TODO"
edition = "2018"
homepage = "https://gitlab.com/bit-refined/ranges/"
keywords = ["range"]
license = "LGPL-3.0-or-later"
name = "ranges"
repository = "https://gitlab.com/bit-refined/ranges/"
version = "0.1.0"
[profile.bench]
codegen-units = 1
debug = false
debug-assertions = false
incremental = false
lto = true
opt-level = 3
overflow-checks = false
rpath = false

[profile.dev]
codegen-units = 16
debug = true
debug-assertions = true
incremental = true
lto = false
opt-level = 0
overflow-checks = true
panic = "unwind"
rpath = false

[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
incremental = false
lto = true
opt-level = 3
overflow-checks = false
panic = "unwind"
rpath = false

[profile.test]
codegen-units = 16
debug = true
debug-assertions = true
incremental = true
lto = false
opt-level = 0
overflow-checks = true
rpath = false