aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/decode_character_reference.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-191-1/+1
|
* Add `no_std + alloc`Libravatar Titus Wormer2022-08-161-0/+1
|
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-5/+5
|
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-25/+17
| | | | | | | | | | | | * Remove custom kind wrappers, use plain bytes instead * Remove `Into`s, use the explicit expected types instead * Refactor to use `slice.as_str` in most places * Remove unneeded unique check before adding a definition * Use a shared CDATA prefix in constants * Inline byte checks into matches * Pass bytes back from parser instead of whole parse state * Refactor to work more often on bytes * Rename custom `size` to `len`
* Fix dead link in docsLibravatar Titus Wormer2022-07-181-3/+3
|
* Fix to use single array for character referencesLibravatar Titus Wormer2022-07-151-7/+4
|
* Refactor to use `char::REPLACEMENT_CHARACTER`Libravatar Titus Wormer2022-07-071-1/+1
|
* Add examples to some docsLibravatar Titus Wormer2022-06-141-2/+2
|
* Reorganize to split utilLibravatar Titus Wormer2022-06-141-0/+103