aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/partial_bom.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-11Refactor to move `space_or_tab_eol` to own fileLibravatar Titus Wormer1-1/+1
2022-08-11Refactor to move some code to `event.rs`Libravatar Titus Wormer1-6/+6
2022-08-11Refactor to move some code to `state.rs`Libravatar Titus Wormer1-3/+4
2022-08-10Add `State::Retry`Libravatar Titus Wormer1-1/+1
2022-08-10Rename `State::Fn` to `State::Next`Libravatar Titus Wormer1-1/+1
2022-08-09Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer1-3/+3
2022-08-02Refactor to remove most closuresLibravatar Titus Wormer1-24/+17
2022-08-01Add missing docs, refactor some codeLibravatar Titus Wormer1-1/+11
2022-07-29Refactor to improve statesLibravatar Titus Wormer1-20/+17
2022-07-29Refactor to work on bytes (`u8`)Libravatar Titus Wormer1-0/+54