Skip to content

Commit a0f9643

Browse files
authored
salvo: update code (#6827)
* salvo: update code * salvo: add Cargo.lock to ignore file * salvo: native thread * use native thread * salvo: use native thread * salvo: use Arc<Router>
1 parent 4b13aa0 commit a0f9643

File tree

15 files changed

+6131
-256
lines changed

15 files changed

+6131
-256
lines changed

frameworks/Rust/actix/Cargo.lock

Lines changed: 3336 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/Rust/hyper/Cargo.lock

Lines changed: 1135 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/Rust/salvo/.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target
2+
Cargo.lock

frameworks/Rust/salvo/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target
2+
Cargo.lock

0 commit comments

Comments
 (0)