index
:
html5tokenizer
html5ever-fork
main
Fork of html5gum with code span support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2023-08-19
fix(docs): fix broken relative link in rustdoc
Martin Fischer
2023-08-19
break!: introduce AttributeMap
Martin Fischer
2023-08-19
chore: move Attribute to attr module
Martin Fischer
2023-08-19
feat!: add offset to comments
Martin Fischer
2023-08-19
refactor!: remove Span trait, just use Range
Martin Fischer
2023-08-19
chore: demote missing_docs lint to warn
Martin Fischer
2023-08-19
break!: stop re-exporting reader traits & types
Martin Fischer
2023-08-19
break!: remove Never in favor of std::convert::Infallible
Martin Fischer
2023-08-19
break!: remove InfallibleTokenizer in favor of Iterator::flatten
Martin Fischer
2023-08-19
break!: rename Readable to IntoReader
Martin Fischer
2021-12-05
spans: support attribute names
Martin Fischer
2021-12-05
spans: add span tests
Martin Fischer
2021-12-05
spans: copy DefaultEmitter to new span module
Martin Fischer
2021-12-05
allow setting the Tokenizer to Data, PlainText, RcData, RawText and ScriptDat...
Martin Fischer
2021-12-05
prepare for introduction of public State enum
Martin Fischer
2021-11-27
split up match-arms and tokenizer to isolate some tokenizer-internal state
Markus Unterwaditzer
2021-11-26
Read html from io::BufRead (#8)
Markus Unterwaditzer
2021-11-26
clean up reader interface
Markus Unterwaditzer
2021-11-24
hello world
Markus Unterwaditzer