]> piware.de Git - learn-rust.git/commit
actix-server: Initial version with /hello/name route
authorMartin Pitt <martin@piware.de>
Fri, 9 Dec 2022 15:15:21 +0000 (16:15 +0100)
committerMartin Pitt <martin@piware.de>
Fri, 9 Dec 2022 20:43:31 +0000 (21:43 +0100)
commit577248e40bb772480fb036fe2deafc1ac2a11354
treef374f15a5f643d13b28f477332c0aa2a4d83a2c9
parent71ce3fbf93eac5646e759b5bbfe5c9766d63bad9
actix-server: Initial version with /hello/name route

See https://actix.rs/
actix-server/Cargo.toml [new file with mode: 0644]
actix-server/src/main.rs [new file with mode: 0644]