Skip to content
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

refactor: migrate web server to axum (lite) #225

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

robjtede
Copy link
Member

@robjtede robjtede commented May 26, 2024

blocked on #226

a minimal viable "migration" to axum

pros:

  • –6 LoC
  • smallest diff out of our options

cons:

  • not using the axum router, still delegating to route-recognizer

tokei:

 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 Rust                   30         3946         3403           22          521
 |- Markdown             6           48            0           43            5
 (Total)                           3994         3403           65          526

@robjtede robjtede changed the title feat: migrate web server to axum refactor: migrate web server to axum (lite) May 27, 2024
@robjtede robjtede linked an issue May 27, 2024 that may be closed by this pull request
@robjtede robjtede mentioned this pull request May 27, 2024
Base automatically changed from tracing to main May 29, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

web server upgrade
1 participant