[package] name = "re_span" authors.workspace = true description = "An integer range that always has a non-negative length" edition.workspace = true homepage.workspace = true include.workspace = true license.workspace = true publish = true readme = "README.md" repository.workspace = true rust-version.workspace = true version.workspace = true [lints] workspace = true [package.metadata.docs.rs] all-features = true [dependencies] num-traits.workspace = true