annotated-string 0.3.0

String with ability to annotate (format) its individual fragments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "annotated-string"
description = "String with ability to annotate (format) its individual fragments"
edition = "2021"
version.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
hi-doc-jumprope = { workspace = true, optional = true }
itertools.workspace = true
ouroboros.workspace = true

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