utterance 0.1.4

A parser library for creating readable, natural-language-inspired domain-specific languages.
Documentation
1
2
3
4
5
6
7
mod highlight;
mod span;

pub(crate) use highlight::Highlights;
pub(crate) use span::Span;

pub use highlight::{Highlight, HighlightKind};