aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/src
Commit message (Expand)AuthorAgeFilesLines
* refactor(crates): update idiomsFuwn2024-06-032-2/+3
* format: rustfmt with new rulesFuwn2024-06-034-23/+27
* fix: bump rust and update accordinglyoldFuwn2024-06-032-9/+2
* chore(whirl_api): update axum finallyFuwn2022-01-141-3/+4
* fix: more localhost ipsFuwn2021-12-221-1/+2
* refactor(whirl_api): migrate to AxumFuwn2021-08-044-79/+70
* refactor(whirl_api): /api/v1/worlds/info default to empty string intead of "n...Fuwn2021-07-051-1/+1
* refactor(whirl_api): route scopingFuwn2021-07-051-4/+10
* feat(whirl_api): /api/v1/worlds/info endpointFuwn2021-07-053-0/+40
* feat(whirl_api): /api/v1/worlds/vip endpointFuwn2021-07-055-0/+67
* 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-144-4/+4
* fix(global): doc styling for all cratesFuwn2021-06-101-0/+4
* style(global): replace double hyphens with long hyphensFuwn2021-06-071-2/+2
* docs(whirl_api): document public functionsFuwn2021-06-061-0/+3
* fix(global): a lot of clippy warningsFuwn2021-05-282-7/+31
* refactor(global): move thread creation to respective cratesFuwn2021-05-261-0/+15
* style(whirl_api): remove singleton usesFuwn2021-05-261-2/+3
* docs(global): spelling corrections, global docsFuwn2021-05-231-0/+2
* docs(global): add new documentationFuwn2021-05-231-0/+1
* refactor(global): move crates around, stricter module isolationFuwn2021-05-204-0/+104