aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/html_text.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-18Refactor examples of statesLibravatar Titus Wormer1-63/+77
2022-07-07Refactor to move token types to `token`Libravatar Titus Wormer1-11/+12
2022-07-05Refactor code styleLibravatar Titus Wormer1-43/+37
2022-06-22Add `attempt_opt` to tokenizerLibravatar Titus Wormer1-2/+2
2022-06-22Add docs for token typesLibravatar Titus Wormer1-0/+5
2022-06-21Refactor to improve a bunch of statesLibravatar Titus Wormer1-12/+8
2022-06-20Add improved whitespace handlingLibravatar Titus Wormer1-5/+4
2022-06-20Remove unneeded `content` content typeLibravatar Titus Wormer1-3/+3
2022-06-20Remove unneeded `pub` keywordsLibravatar Titus Wormer1-32/+29
2022-06-14Fix support for deep subtokenizationLibravatar Titus Wormer1-10/+14
2022-06-14Add docs for html (text)Libravatar Titus Wormer1-55/+272
2022-06-13Add basic html (text)Libravatar Titus Wormer1-0/+480