annotated-string 0.3.0

String with ability to annotate (format) its individual fragments
Documentation
[dependencies.hi-doc-jumprope]
optional = true
version = "1.2.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.ouroboros]
version = "0.18.5"

[features]
default = ["rope"]
rope = ["hi-doc-jumprope"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "String with ability to annotate (format) its individual fragments"
edition = "2021"
license = "MIT"
name = "annotated-string"
readme = false
repository = "https://github.com/CertainLach/hi-doc"
resolver = "3"
version = "0.3.0"