aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/text.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-3/+33
* Refactor attempts to remove unneeded state nameLibravatar Titus Wormer2022-08-111-49/+62
* Remove boxes around resolversLibravatar Titus Wormer2022-08-111-1/+2
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-34/+38
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-111-38/+35
* Refactor internal docs, code style of tokenizerLibravatar Titus Wormer2022-08-111-7/+3
* Add `State::Retry`Libravatar Titus Wormer2022-08-101-2/+2
* Rename `State::Fn` to `State::Next`Libravatar Titus Wormer2022-08-101-21/+21
* Add support for passing `ok`, `nok` as separate states to attemptsLibravatar Titus Wormer2022-08-091-21/+64
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-091-23/+22
* Refactor to remove most closuresLibravatar Titus Wormer2022-08-021-9/+13
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-10/+10
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-12/+12
* Refactor to drastically improve perf around whitespaceLibravatar Titus Wormer2022-07-261-26/+31
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-5/+5
* 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-4/+4
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-1/+1
* Refactor to improve performance by passing markers aroundLibravatar Titus Wormer2022-07-211-46/+19
* Refactor to improve performance when constructs are turned offLibravatar Titus Wormer2022-07-181-27/+48
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-0/+1
* Refactor code styleLibravatar Titus Wormer2022-07-051-4/+4
* Add support for attention (emphasis, strong)Libravatar Titus Wormer2022-07-041-7/+11
* Add support for trimming whitespace around string, textLibravatar Titus Wormer2022-06-301-9/+13
* Refactor some docs, fix some grammarLibravatar Titus Wormer2022-06-301-2/+3
* Add link, images (resource)Libravatar Titus Wormer2022-06-241-5/+12
* Refactor to improve tokenizer, add docsLibravatar Titus Wormer2022-06-221-8/+10
* Make data a constructLibravatar Titus Wormer2022-06-211-41/+12
* Refactor to reorder thing alphabeticallyLibravatar Titus Wormer2022-06-161-1/+0
* Add support for hard break (trailing)Libravatar Titus Wormer2022-06-161-6/+9
* Add support for hard break escapeLibravatar Titus Wormer2022-06-161-3/+4
* Add code (text)Libravatar Titus Wormer2022-06-151-4/+6
* Fix support for deep subtokenizationLibravatar Titus Wormer2022-06-141-7/+14
* Add docs for html (text)Libravatar Titus Wormer2022-06-141-1/+1
* Add basic html (text)Libravatar Titus Wormer2022-06-131-5/+9
* Add autolinksLibravatar Titus Wormer2022-06-131-4/+5
* Add text content typeLibravatar Titus Wormer2022-06-101-0/+80