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
/
README.md
Age
Commit message (
Expand
)
Author
2023-08-19
feat: introduce NaiveParser
Martin Fischer
2023-08-19
break!: remove DefaultEmitter from public API
Martin Fischer
2023-08-19
fix(docs): fix broken relative link in rustdoc
Martin Fischer
2023-08-19
docs: link multipage version of HTML spec
Martin Fischer
2023-08-19
chore: use link reference definitions in Markdown
Martin Fischer
2023-08-19
refactor!: make Emitter generic over offset instead of reader
Martin Fischer
2023-08-19
refactor: add default for S type param of DefaultEmitter
Martin Fischer
2023-08-19
break!: merge Tokenizer::new_with_emitter into Tokenizer::new
Martin Fischer
2023-08-19
break!: remove InfallibleTokenizer in favor of Iterator::flatten
Martin Fischer
2021-12-05
rename to html5tokenizer, bump version
v0.4.0
Martin Fischer
2021-11-28
update wording
Markus Unterwaditzer
2021-11-28
restructure readme
Markus Unterwaditzer
2021-11-28
add another example
Markus Unterwaditzer
2021-11-28
update wording again
Markus Unterwaditzer
2021-11-28
fix period
Markus Unterwaditzer
2021-11-28
update wording again
Markus Unterwaditzer
2021-11-28
fix wording
Markus Unterwaditzer
2021-11-28
clarify what html5gum isn't, fix #5
Markus Unterwaditzer
2021-11-26
Read html from io::BufRead (#8)
Markus Unterwaditzer
2021-11-24
link issue
Markus Unterwaditzer
2021-11-24
hello world
Markus Unterwaditzer