aboutsummaryrefslogtreecommitdiff
path: root/src/api/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(global): even more modules becoming cratesFuwn2021-05-171-31/+0
| | | | I did multiple checks and **yes**, everything still works perfectly fine.
* perf(api): use actix_web instead of rocket for apiFuwn2021-05-101-5/+22
| | | | | | | | Refactors API for Actix, also enables CORS. BREAKING CHANGE: `whirlsplash.port.api` configuration key created. closes #20
* style(global): fix clippy complaintsFuwn2021-05-041-2/+2
|
* feat(global): begin implementing apiFuwn2021-05-021-0/+14