spanned 0.3.0

string processing with file/line/col information and the regular rust `str` API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "spanned"
version = "0.3.0"
edition = "2021"
description = "string processing with file/line/col information and the regular rust `str` API"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bstr = "1.6.0"
color-eyre = "0.6.2"