11Rust 生态系统由许多库和工具组成,可用于构建各种应用程序。其中一些库包括:
22
3- ## Rust 前端框架
3+ ## Rust frontend frameworks
4+
5+ - [ Leptos] ( https://github.com/leptos-rs/leptos )
6+
7+ - [ Yew] ( https://github.com/yewstack/yew )
8+
9+ - [ Sycamore] ( https://github.com/sycamore-rs/sycamore )
10+
11+ - [ Perseus] ( https://github.com/framesurge/perseus )
12+
13+ - [ Sauron] ( https://github.com/ivanceras/sauron )
14+
15+ - [ MoonZoon] ( https://github.com/MoonZoon/MoonZoon )
16+
17+ - [ Percy] ( https://github.com/chinedufn/percy )
18+
19+
20+ ## Rust Backend frameworks
21+
22+ - [ Axum] ( https://github.com/tokio-rs/axum )
23+
24+ - [ salvo] ( https://github.com/salvo-rs/salvo/ )
25+
26+ - [ Axum] ( https://github.com/tokio-rs/axum )
27+
28+ - [ Rocket] ( https://rocket.rs/ )
29+
30+ - [ Tide] ( https://github.com/http-rs/tide )
31+
32+ - [ Cot] ( https://github.com/CotApp/cot )
33+
34+ - [ Gotham] ( https://gotham.rs/ )
435
536- [ seed] ( https://github.com/seed-rs/seed )
637
7- - [ Actix] ( https://actix.rs/ )
38+ - [ Actix Web] ( https://actix.rs/ )
39+
40+ - [ Warp] ( https://github.com/seanmonstar/warp )
41+
42+ - [ Loco] ( https://loco.rs/ )
43+
44+ - [ Thruster] ( https://github.com/thruster-rs/Thruster )
45+
46+ - [ Dropshot] ( https://github.com/oxidecomputer/dropshot )
47+
48+ - [ Rouille] ( https://github.com/tomaka/rouille )
49+
50+ ## OpenAPI Documentation
51+
52+ - [ utoipa] ( https://github.com/juhaku/utoipa )
53+ Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust
854
955## Operating Systems
1056
@@ -28,6 +74,10 @@ Rust 生态系统由许多库和工具组成,可用于构建各种应用程序
2874
2975## GUI
3076
77+ - [ vizia] ( https://github.com/vizia/vizia )
78+ Vizia is a crate for building desktop GUI applications.
79+ https://book.vizia.dev/
80+
3181- [ gpui] ( https://www.gpui.rs )
3282 A fast, productive UI framework for Rust from the creators of Zed.
3383 https://github.com/topics/gpui
@@ -51,8 +101,8 @@ Rust 生态系统由许多库和工具组成,可用于构建各种应用程序
51101
52102- [ freya] ( https://github.com/marc2332/freya )
53103
54- - [ Vizia ] ( https://github.com/vizia/vizia/ )
55- A declarative GUI library written in Rust
104+ - [ egui ] ( https://github.com/emilk/egui )
105+ An easy-to-use GUI library for Rust
56106
57107## proxy
58108
0 commit comments