Skip to content

Commit 8bb605e

Browse files
committed
Add salvo to HTTP Server see_also
salvo (https://github.com/salvo-rs/salvo) is an actively maintained hyper/tokio-based web framework (4k+ stars). Its main distinguishing feature is simplified handler signatures that don't require complex generic bounds, plus built-in OpenAPI generation and TLS/ACME support.
1 parent 4f950c3 commit 8bb605e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

data/crates.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,9 @@
772772
}, {
773773
"name": "tide",
774774
"notes": "Similar to Axum, but based on async-std rather than tokio"
775+
}, {
776+
"name": "salvo",
777+
"notes": "Hyper/tokio-based with simplified handler signatures (no complex generic bounds), built-in OpenAPI and TLS/ACME."
775778
}]
776779
},
777780
{

0 commit comments

Comments
 (0)