aboutsummaryrefslogtreecommitdiff
path: root/src/ppm.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(ppm): update rust idiomsFuwn2024-06-101-4/+13
|
* refactor: bump nightly againFuwn2024-06-101-3/+4
| | | | | | I forgot that it's 2024. It looks like generators were renamed to coroutines.
* style: use updated rustfmt rulesFuwn2024-06-101-84/+89
|
* refactor: bump nightly rust and fix lintsFuwn2024-06-101-46/+52
|
* refactor(ppm.rs): drop lazy_static for std::lazyFuwn2022-08-021-47/+45
|
* refactor(ppm): take slice instead of vectorFuwn2022-03-231-3/+1
|
* refactor(ppm): clone_from_slice instead of cloneFuwn2022-03-231-2/+4
|
* refactor(ppm): pass line types by referenceFuwn2022-03-231-2/+2
|
* refactor(ppm): use rust generator instead of crateFuwn2022-03-011-39/+43
|
* feat(para): :star:Fuwn2022-02-271-0/+566