copyspan 0.1.0

An alternative to `Range<T>` that has a defined memory layout and implements `Copy`
Documentation
[dependencies]

[features]
alloc = []
default = ["alloc"]

[lib]
name = "copyspan"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "An alternative to `Range<T>` that has a defined memory layout and implements `Copy`"
edition = "2024"
license = "MIT-0 OR 0BSD"
name = "copyspan"
readme = "README.md"
repository = "https://github.com/wr7/copyspan"
version = "0.1.0"