Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-08-12 | Refactor to improve docs of each function | Titus Wormer | 1 | -2/+2 | |
2022-08-11 | Refactor to move `space_or_tab_eol` to own file | Titus Wormer | 1 | -1/+1 | |
2022-08-11 | Refactor to move some code to `event.rs` | Titus Wormer | 1 | -6/+6 | |
2022-08-11 | Refactor to move some code to `state.rs` | Titus Wormer | 1 | -3/+4 | |
2022-08-10 | Add `State::Retry` | Titus Wormer | 1 | -1/+1 | |
2022-08-10 | Rename `State::Fn` to `State::Next` | Titus Wormer | 1 | -1/+1 | |
2022-08-09 | Rewrite algorithm to not pass around boxed functions | Titus Wormer | 1 | -3/+3 | |
* Pass state names from an enum around instead of boxed functions * Refactor to simplify attempts a lot * Use a subtokenizer for the the `document` content type | |||||
2022-08-02 | Refactor to remove most closures | Titus Wormer | 1 | -24/+17 | |
2022-08-01 | Add missing docs, refactor some code | Titus Wormer | 1 | -1/+11 | |
2022-07-29 | Refactor to improve states | Titus Wormer | 1 | -20/+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` | |||||
2022-07-29 | Refactor to work on bytes (`u8`) | Titus Wormer | 1 | -0/+54 | |