text-span 2.1.0

Struct covering areas of text
Documentation
[package]
name = "text-span"
description = "Struct covering areas of text"
keywords = ["span", "text", "code", "area"]
categories = ["data-structures", "filesystem", "no-std", "no-std::no-alloc"]
version = "2.1.0"
edition = "2024"
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/text-span"
repository = "https://github.com/DDAN-17/text-span"

[features]
default = ["span-value-usize"]
span-value-usize  = []
span-value-u128   = []
span-value-u64    = []
span-value-u32    = []
span-value-u16    = []
span-value-u8     = []

ariadne = ["dep:ariadne"]

[dependencies]
ariadne = { version = "0.5", optional = true }