aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* chore(whirl): remove custom allocatorsFuwn2024-09-231-6/+6
* refactor(crates): update idiomsFuwn2024-06-031-1/+2
* format: rustfmt with new rulesFuwn2024-06-031-13/+12
* fix: bump rust and update accordinglyorigin/oldoldFuwn2024-06-031-7/+1
* fix(whirl): signal handling not workingFuwn2021-08-011-10/+7
* feat(whirl): platform specific signal handlingFuwn2021-07-311-8/+13
* fix(cli): proper ctrl+c handlingFuwn2021-07-161-0/+12
* fix(whirl_cli): method of comparing argument when evaluating logger styleFuwn2021-07-021-2/+9
* style(global): fix license specFuwn2021-06-141-1/+1
* fix(whirl): logger definitionFuwn2021-06-101-4/+7
* fix(whirl): move logs directory to `.whirl`Fuwn2021-06-091-1/+1
* refactor(database): rename database fileFuwn2021-06-091-1/+1
* feat(global): move whirl-generated files to their own directoriesFuwn2021-06-091-1/+1
* docs(cargo): change favicon and icon in generated docsFuwn2021-06-071-0/+4
* fix(global): a lot of clippy warningsFuwn2021-05-281-2/+12
* refactor(whirl): move whirl struct to libFuwn2021-05-261-1/+34
* refactor(whirl): move cli subcommand executor to cli structFuwn2021-05-261-1/+0
* refactor(global): move crates around, stricter module isolationFuwn2021-05-201-0/+29