spanley 0.2.2

This is my generic string span, his name is Spanley.
Documentation
[dependencies.unicode-width]
optional = true
version = "0.2.2"

[dev-dependencies.itertools]
version = "0.14.0"

[dev-dependencies.mutants]
version = "0.0.3"

[dev-dependencies.rand]
version = "0.9.2"

[features]
default = ["location"]
location = []
location-width = ["unicode-width"]

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

[lints.clippy]
indexing_slicing = "deny"
large_stack_arrays = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
return_self_not_must_use = "allow"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[package]
authors = ["Pywon"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "This is my generic string span, his name is Spanley."
edition = "2024"
keywords = ["span", "library", "utility", "string", "container"]
license = "MIT"
name = "spanley"
readme = "README.md"
repository = "https://git.nonsensical.dev/pywon/spanley"
version = "0.2.2"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs", "--default-theme=ayu", "--document-private-items", "-Z", "unstable-options", "--show-type-layout", "--generate-link-to-definition"]