i tried both and i prefer actix since its easier to learn and documentation is excellent.
@Takatou__Yogiri3 ай бұрын
hello. i'm new to rust and want to learn axum. but it's really hard. their documentation is not beginneer friendly. not only their. but all rust crate doc is not for beginneers at all. can you tell me how can i read their documentation without frying my brian? because it's hard to use rust doc website to learn something about a crate.
@TheOptiCode3 ай бұрын
Hi there! I understand your frustration. It can definitely be challenging, especially for beginners and honestly i don't really have a good solution. The learning curve is high, So you will have to keep at it, Start with some easy tutorials and also make sure to go through some of the advanced topics of rust like traits and generics. I also recommend you to join discord servers with large community, you can get help when you are stuck some where.
@peculiar-coding-endeavours28 күн бұрын
That really amazes me btw, I found Axum super easy to get into. Apparently Actix is even easier, which would surprise me. What about Axum did you struggle with? And what resources did you use to learn..?
@Takatou__Yogiri28 күн бұрын
@@peculiar-coding-endeavours the doc is not beginner friendly
@tonyhart274410 күн бұрын
because axum is really thin wrapper of hyper (http package) in rust is not full web framework, if you want easy to use. you want to use full fledged web framework like rocket and loco