-
Notifications
You must be signed in to change notification settings - Fork 7
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
Replace actix-web with axum #7
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quick comments. looks great, just a few nits.
also the README also references actix quite a bit, would be good to replace that as well!
Signed-off-by: Shane Sveller <shane@sveller.dev> Signed-off-by: Shane Sveller <shanesveller@gmail.com>
...as it's already omitted from tracing. #7 (comment) Signed-off-by: Shane Sveller <shanesveller@gmail.com>
#7 (review) Signed-off-by: Shane Sveller <shanesveller@gmail.com>
...and remove TryFrom due to inclusion in 2021 prelude https://doc.rust-lang.org/edition-guide/rust-2021/prelude.html Signed-off-by: Shane Sveller <shanesveller@gmail.com>
Signed-off-by: Shane Sveller <shanesveller@gmail.com>
Signed-off-by: Shane Sveller <shanesveller@gmail.com>
#7 (comment) Signed-off-by: Shane Sveller <shanesveller@gmail.com>
Sorry for the force-push, I missed my DCO on some of the additional commits. |
This is great. Thanks a lot! Quick comparison of compile times before and after:
pretty nice improvement for a small repo :-) |
Please let me know if there is any desired format for commit message or other contributor guidance. Happy to address any feedback about the changes as well.