aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/html_text.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to improve some module docsLibravatar Titus Wormer2022-10-121-1/+1
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-221-1/+1
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-191-1/+1
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-19/+16
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-151-1/+1
* Refactor to attempt less if never neededLibravatar Titus Wormer2022-08-121-5/+9
* Remove `match` statements if clumsyLibravatar Titus Wormer2022-08-121-20/+21
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-30/+30
* Refactor attempts to remove unneeded state nameLibravatar Titus Wormer2022-08-111-48/+47
* Refactor to move `space_or_tab_eol` to own fileLibravatar Titus Wormer2022-08-111-2/+2
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-86/+86
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-111-77/+78
* Refactor internal docs, code style of tokenizerLibravatar Titus Wormer2022-08-111-40/+46
* Add `State::Retry`Libravatar Titus Wormer2022-08-101-31/+28
* Rename `State::Fn` to `State::Next`Libravatar Titus Wormer2022-08-101-44/+45
* Add support for passing `ok`, `nok` as separate states to attemptsLibravatar Titus Wormer2022-08-091-1/+5
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-091-89/+94
* Refactor to remove most closuresLibravatar Titus Wormer2022-08-021-35/+60
* Refactor some statesLibravatar Titus Wormer2022-08-011-2/+2
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-19/+27
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-54/+54
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-91/+70
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-147/+133
* Remove no longer needed field in `State::Ok`Libravatar Titus Wormer2022-07-251-1/+1
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-123/+93
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-56/+56
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-1/+1
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-63/+77
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-11/+12
* Refactor code styleLibravatar Titus Wormer2022-07-051-43/+37
* 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