8 ms·
I'm going to try and learn Rust (started and failed several times already), probably by building something with actix-web
by struct 4y ago
I'm going to try and learn Rust (started and failed several times already), probably by building something with actix-web
- Bilal_io 4y agoMy goal was to explore and learn Rust and/or Go in 2022... Not sure the remaining 2 weeks will cut it, so I'll have to carry the goal into 2023.
- vrnvu 4y agoYou can learn Go in 2 weeks. That's one of it's selling points! Just dig into the official resources [1]. https://go.dev/doc/ https://go.dev/doc/
- steveklabnik 4y agoYou may also want to check out https://github.com/tokio-rs/axum https://github.com/tokio-rs/axum if actix-web doesn't click for you.
- cercatrova 4y agoI tried both, I'm not sure how Axum is much different than actix-web, seems like they both have similar syntax for creating a new router, adding routes and middleware, and starting the server. I think actix-web has macro-defined routes but I haven't been using those anyway.