aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* style(global): fix license specFuwn2021-06-141-1/+1
|
* fix(global): doc styling for all cratesFuwn2021-06-101-0/+4
|
* feat(whirl): conditional sub-server spawning via cliFuwn2021-06-081-0/+3
|
* feat(whirl_server): conditional sub-server spawningFuwn2021-06-081-12/+34
|
* docs(whirl_server): remove outdated commentFuwn2021-06-071-1/+1
|
* style(global): replace double hyphens with long hyphensFuwn2021-06-071-2/+2
|
* refactor(whirl_server): un-publicize distributor and hub structsFuwn2021-06-061-2/+2
|
* docs(whirl_server): document more public functionsFuwn2021-06-061-0/+3
|
* refactor(whirl_server): move orphan types out of orphan moduleFuwn2021-06-061-1/+0
|
* fix(global): a lot of clippy warningsFuwn2021-05-281-16/+28
| | | | This change makes clippy **a lot** more strict.
* refactor(global): move thread creation to respective cratesFuwn2021-05-261-1/+22
|
* docs(global): spelling corrections, global docsFuwn2021-05-231-0/+4
|
* refactor(server): fix some unnecessarily exposed modules, allow dead code ↵Fuwn2021-05-231-2/+2
| | | | for constants
* refactor(global): move crates around, stricter module isolationFuwn2021-05-201-0/+90