aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2025-05-31fix(gif): Encode frames with accurate frame-delayFuwn1-11/+14
2024-06-10deps(human-panic): bump and fixFuwn1-6/+8
2024-06-10refactor(ppm): update rust idiomsFuwn1-4/+13
2024-06-10refactor: bump nightly againFuwn2-4/+5
I forgot that it's 2024. It looks like generators were renamed to coroutines.
2024-06-10style: use updated rustfmt rulesFuwn2-92/+91
2024-06-10refactor: bump nightly rust and fix lintsFuwn2-48/+54
2022-08-02refactor(ppm.rs): drop lazy_static for std::lazyFuwn2-48/+46
2022-03-22refactor(ppm): take slice instead of vectorFuwn1-3/+1
2022-03-22refactor(ppm): clone_from_slice instead of cloneFuwn1-2/+4
2022-03-22refactor(ppm): pass line types by referenceFuwn1-2/+2
2022-03-01refactor(ppm): use rust generator instead of crateFuwn2-40/+44
2022-02-27feat(para): :star:Fuwn2-0/+695