]> piware.de Git - learn-rust.git/commit
warp-server: Move handlers into proper functions
authorMartin Pitt <martin@piware.de>
Sun, 6 Nov 2022 10:53:58 +0000 (11:53 +0100)
committerMartin Pitt <martin@piware.de>
Sun, 6 Nov 2022 11:07:20 +0000 (12:07 +0100)
commit24b1b69d58d85224cb8e5c8965b5a9cd545f0ffb
treeff558e533716f08c113a9aaa8ae2f9a22313e80f
parent0791d9aed3be3e14cd24c622283b435aa0b7818f
warp-server: Move handlers into proper functions

This is easier to follow, and makes it more obvious what the types are.
warp-server/src/main.rs