aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/src/routes
Commit message (Expand)AuthorAgeFilesLines
* refactor(crates): update idiomsFuwn2024-06-031-1/+1
* format: rustfmt with new rulesFuwn2024-06-033-19/+25
* fix: bump rust and update accordinglyoldFuwn2024-06-031-2/+1
* refactor(whirl_api): migrate to AxumFuwn2021-08-043-42/+54
* refactor(whirl_api): /api/v1/worlds/info default to empty string intead of "n...Fuwn2021-07-051-1/+1
* feat(whirl_api): /api/v1/worlds/info endpointFuwn2021-07-052-0/+39
* feat(whirl_api): /api/v1/worlds/vip endpointFuwn2021-07-054-0/+66
* refactor(whirl_common): rename `seconds_to_hrtime` to `unixts_to_hrtime`Fuwn2021-07-031-1/+1
* style(whirl_api): condense line (`cargo fmt`)Fuwn2021-07-011-3/+1
* refactor(whirl_api): use the existing `System` to grab uptime instead of cons...Fuwn2021-07-011-1/+1
* fix(whirl_api): update sysinfo method calls for `0.19.0`Fuwn2021-07-011-5/+5
* style(global): fix license specFuwn2021-06-143-3/+3
* fix(global): a lot of clippy warningsFuwn2021-05-281-3/+6
* style(whirl_api): remove singleton usesFuwn2021-05-261-2/+3
* refactor(global): move crates around, stricter module isolationFuwn2021-05-203-0/+58