aboutsummaryrefslogtreecommitdiff
path: root/src/emitter.rs
AgeCommit message (Expand)Author
2021-12-05spans: get rid of code duplication by introducing Span traitMartin Fischer
2021-12-05rename internal emit_error to push_error (to avoid confusion with trait method)Martin Fischer
2021-12-05refactor: match btree_map::Entry instead of using and_modify closureMartin Fischer
2021-12-05spans: slightly refactor DefaultEmitterMartin Fischer
2021-12-05spans: add spans to Token::ErrorMartin Fischer
2021-12-05spans: fix spans for quoted attribute valuesMartin Fischer
2021-12-05spans: support attribute valuesMartin Fischer
2021-12-05spans: support attribute namesMartin Fischer
2021-12-05spans: make Emitter generic over ReaderMartin Fischer
2021-12-05spans: make Emitter generic over SpanMartin Fischer
2021-12-05introduce StartTag::next_stateMartin Fischer
2021-12-03fix new clippyMarkus Unterwaditzer
2021-11-24hello worldMarkus Unterwaditzer