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
mod annotated_range;
mod annotation;
#[cfg(feature = "rope")]
mod rope;

pub use annotated_range::AnnotatedRange;
pub use annotation::{ApplyAnnotation, Annotation};

#[cfg(feature = "rope")]
pub use rope::AnnotatedRope;