aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/html_text.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add `attempt_opt` to tokenizerLibravatar Titus Wormer2022-06-221-2/+2
* Add docs for token typesLibravatar Titus Wormer2022-06-221-0/+5
* Refactor to improve a bunch of statesLibravatar Titus Wormer2022-06-211-12/+8
* Add improved whitespace handlingLibravatar Titus Wormer2022-06-201-5/+4
* Remove unneeded `content` content typeLibravatar Titus Wormer2022-06-201-3/+3
* Remove unneeded `pub` keywordsLibravatar Titus Wormer2022-06-201-32/+29
* Fix support for deep subtokenizationLibravatar Titus Wormer2022-06-141-10/+14
* Add docs for html (text)Libravatar Titus Wormer2022-06-141-55/+272
* Add basic html (text)Libravatar Titus Wormer2022-06-131-0/+480