aboutsummaryrefslogtreecommitdiffstats
path: root/src/unicode.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-191-838/+0
|
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-2/+2
|
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-1/+1
| | | | | | | | | | | | * 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 typoLibravatar Titus Wormer2022-07-051-1/+1
|
* Add support for unicode punctuationLibravatar Titus Wormer2022-07-041-0/+838