Added rocket and removed Actix-web #4

Open
evolvingriley wants to merge 8 commits from rocket-rs into main
evolvingriley commented 2023-01-05 23:27:49 +00:00 (Migrated from github.com)

Actix web is very low level and does is not as egonomic as rocket is.
Rocket speed is on par with actix especially when considering the use case of this project.

Actix web is very low level and does is not as egonomic as rocket is. Rocket speed is on par with actix especially when considering the use case of this project.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin rocket-rs:rocket-rs
git switch rocket-rs

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff rocket-rs
git switch rocket-rs
git rebase main
git switch main
git merge --ff-only rocket-rs
git switch rocket-rs
git rebase main
git switch main
git merge --no-ff rocket-rs
git switch main
git merge --squash rocket-rs
git switch main
git merge --ff-only rocket-rs
git switch main
git merge rocket-rs
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Evolving-Software/rust-web-server-template!4
No description provided.