Hacker News new | ask | show | jobs
by jamincan 536 days ago
They actually have quite a few examples in the axum repo and linked from their docs. Something a bit more use-friendly and approachable like Bevy's website would be beneficial, though.
2 comments

There are examples, but they are fairly focused and not really full applications.

For example, you can find an example of error handling and an example of login flow. You won't see an example of the two put together.

Also importantly, the examples for simplicity are likely to lump everything into `main.rs`. A great way to show off specifically how to do something. Not a great way to show off "apps should look like this".

Thanks for the answer :)
Thanks for the answer :)