-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Writing a book about axum using the examples #3268
Comments
Thank you for taking on a project like this. I believe it will be hugely beneficial. We are currently in the middle of a migration from Warp to Axum and have found it challenging because of the breaking changes in syntax between 0.6.x, 07.x, and 0.8.x. This has rendered most of the example code we find on the internet invalid. Having up to date examples will be hugely beneficial. I would also like to mention for the other Axum experts reading this that if a few of you could take 20 minutes now and then, look at the top ranked stack overflow Axum questions and re-answer them with 0.8.x code that would really help new users understand the changes in syntax. |
You are awesome, my friend. I am also learning Axum, and there are no tutorials online for 7.9.X and later, and most versions are not compatible. I took a quick look at your website, it is great, and I hope Axum can incorporate this resource into the official examples. |
It's very nice to see this initiative.
Example about forms, instead of reproducing the example as in https://axum.code-maven.com/form, the section would guide the developer how to achieve this:
And then a general feedback: how do you see the future of this book? Who should own it and maintain it? |
I volunteered to give a presentation about
axum
at our local Rust user group. This gave me a good excuse to start to learnaxum
. I was happy to see that there are lots of examples, but I was not sure in which order to try to read them. I also had to start to prepare some examples for my presentation. This lead me to the idea of writing a book using the already existing examples.In the process I hope to make improvements to the examples including adding tests as mentioned in #3263.
I am writing the book in a fork of this repo in the hope that one day it can be integrated into the main repository of
axum
and published on the web site of the project. e.g. on the tokio.rs web site in the /axum path. Till then you can see the current state of the book here: https://axum.code-maven.com/ .You can see its source in my fork in the book branch
I am opening this is issue primarily to get your feedback.
The text was updated successfully, but these errors were encountered: