Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to move more things to `util/` | Titus Wormer | 2022-08-19 | 1 | -1/+1 |
| | |||||
* | Add `no_std + alloc` | Titus Wormer | 2022-08-16 | 1 | -0/+1 |
| | |||||
* | Refactor to proof docs, grammars | Titus Wormer | 2022-08-15 | 1 | -5/+5 |
| | |||||
* | Refactor to improve states | Titus Wormer | 2022-07-29 | 1 | -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 docs | Titus Wormer | 2022-07-18 | 1 | -3/+3 |
| | |||||
* | Fix to use single array for character references | Titus Wormer | 2022-07-15 | 1 | -7/+4 |
| | |||||
* | Refactor to use `char::REPLACEMENT_CHARACTER` | Titus Wormer | 2022-07-07 | 1 | -1/+1 |
| | |||||
* | Add examples to some docs | Titus Wormer | 2022-06-14 | 1 | -2/+2 |
| | |||||
* | Reorganize to split util | Titus Wormer | 2022-06-14 | 1 | -0/+103 |