aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/character_reference.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-21/+22
|
* Refactor code styleLibravatar Titus Wormer2022-07-051-46/+23
|
* Add docs for token typesLibravatar Titus Wormer2022-06-221-31/+37
|
* Refactor to improve a bunch of statesLibravatar Titus Wormer2022-06-211-34/+30
| | | | | | * Improve passing stuff around * Add traits to enums for markers and such * Fix “life time” stuff I didn’t understand
* Add some more enabled testsLibravatar Titus Wormer2022-06-201-2/+0
|
* Add tests for character referenceLibravatar Titus Wormer2022-06-151-1/+1
| | | | | * Fix encoding of character references * Fix unneeded remainder in `nok` state
* Reorganize to split utilLibravatar Titus Wormer2022-06-141-2/+2
|
* Add some improved docsLibravatar Titus Wormer2022-06-131-2/+4
|
* .Libravatar Titus Wormer2022-06-081-0/+237