1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
actix-website/examples/application
Patrik Staš f43a46b58e Make sure app_mutable example works out of box (#112)
The page which refers make_app_mutable section: https://actix.rs/docs/application/ 
Although the original example compiled, I found it a bit incomplete as it didn't really start the server. As a beginner, I first tried to reuse original `main()` example and ran into lifetime issue with counter instance. Took me a bit to figure "ahha sure, I need to move it in."
2019-09-25 10:37:36 +06:00
..
src Make sure app_mutable example works out of box (#112) 2019-09-25 10:37:36 +06:00
Cargo.toml Removes websockets from feature rich mention. 2019-06-18 19:21:06 -04:00