@@ -6,19 +6,16 @@ This overview only contains frameworks that work on stable Rust.
6
6
7
7
## Table of Contents
8
8
9
- - [ Rust web framework comparison] ( #rust-web-framework-comparison )
10
- - [ Table of Contents] ( #table-of-contents )
11
- - [ Frontend frameworks (WASM)] ( #frontend-frameworks-wasm )
12
- - [ Outdated frontend frameworks] ( #outdated-frontend-frameworks )
13
- - [ Server frameworks] ( #server-frameworks )
14
- - [ High-Level Server Frameworks] ( #high-level-server-frameworks )
15
- - [ Low-Level Frameworks] ( #low-level-frameworks )
16
- - [ Outdated server frameworks] ( #outdated-server-frameworks )
17
- - [ Client frameworks] ( #client-frameworks )
18
- - [ Outdated client frameworks] ( #outdated-client-frameworks )
19
- - [ Supplemental libraries] ( #supplemental-libraries )
20
- - [ Templating] ( #templating )
21
- - [ Websocket Libraries] ( #websocket-libraries )
9
+ - [ Frontend frameworks (WASM)] ( #frontend-frameworks-wasm )
10
+ - [ Outdated frontend frameworks] ( #outdated-frontend-frameworks )
11
+ - [ Server frameworks] ( #server-frameworks )
12
+ - [ High-Level Server Frameworks] ( #high-level-server-frameworks )
13
+ - [ Low-Level Frameworks] ( #low-level-frameworks )
14
+ - [ Outdated server frameworks] ( #outdated-server-frameworks )
15
+ - [ Client frameworks] ( #client-frameworks )
16
+ - [ Outdated client frameworks] ( #outdated-client-frameworks )
17
+ - [ Templating] ( #templating )
18
+ - [ Websocket Libraries] ( #websocket-libraries )
22
19
23
20
## Frontend frameworks (WASM)
24
21
@@ -119,9 +116,8 @@ To build web clients with Rust, you can choose between these libraries:
119
116
120
117
- [ ease] ( https://github.com/SimonPersson/ease )
121
118
122
- ## Supplemental libraries
123
119
124
- ### Templating
120
+ ## Templating
125
121
126
122
| Name | Repo | Docs | License | Version | Stars | Contributors | Activity |
127
123
| --------------------------------------------------------------| ----------------------------------------------------------------------------------------------------------------| -----------------------------------------------------------------------------------------------------------------------| ---------------------------------------------------------------------------------| ---------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------| ---------------------------------------------------------------------------------------------------------------|
@@ -135,7 +131,7 @@ To build web clients with Rust, you can choose between these libraries:
135
131
| ** [ sailfish] ( https://sailfish.netlify.app/ ) ** | [ ![ sailfish repo] ( https://img.shields.io/badge/GitHub-git-blue )] ( https://github.com/Kogia-sima/sailfish ) | [ ![ Docs] ( https://img.shields.io/static/v1?label=docs.rs&message=sailfish&color=green )] ( https://docs.rs/sailfish/ ) | ![ sailfish license] ( https://img.shields.io/crates/l/sailfish.svg?label=%20 ) | ![ sailfish version] ( https://img.shields.io/crates/v/sailfish.svg?label=%20 ) | ![ sailfish stars] ( https://img.shields.io/github/stars/Kogia-sima/sailfish.svg?label=%20 ) | ![ sailfish contributors] ( https://img.shields.io/github/contributors/Kogia-sima/sailfish.svg?label=%20 ) | ![ sailfish activity] ( https://img.shields.io/github/commit-activity/y/Kogia-sima/sailfish.svg?label=%20 ) |
136
132
| ** [ tera] ( https://keats.github.io/tera/ ) ** | [ ![ tera repo] ( https://img.shields.io/badge/GitHub-git-blue )] ( https://github.com/Keats/tera ) | [ ![ Docs] ( https://img.shields.io/static/v1?label=docs.rs&message=tera&color=green )] ( https://docs.rs/tera/ ) | ![ tera license] ( https://img.shields.io/crates/l/tera.svg?label=%20 ) | ![ tera version] ( https://img.shields.io/crates/v/tera.svg?label=%20 ) | ![ tera stars] ( https://img.shields.io/github/stars/Keats/tera.svg?label=%20 ) | ![ tera contributors] ( https://img.shields.io/github/contributors/Keats/tera.svg?label=%20 ) | ![ tera activity] ( https://img.shields.io/github/commit-activity/y/Keats/tera.svg?label=%20 ) |
137
133
138
- #### Outdated templating libraries
134
+ ### Outdated templating libraries
139
135
140
136
| Name | Repo | Docs | License | Version | Stars | Contributors | Activity |
141
137
| ---------------------------------------------------------------| -----------------------------------------------------------------------------------------------------------------| ---------------------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------------| ---------------------------------------------------------------------------------------------------------------| ----------------------------------------------------------------------------------------------------------------|
@@ -145,7 +141,7 @@ To build web clients with Rust, you can choose between these libraries:
145
141
| ** [ typed-html] ( https://github.com/bodil/typed-html ) ** | [ ![ typed-html repo] ( https://img.shields.io/badge/GitHub-git-blue )] ( https://github.com/bodil/typed-html ) | [ ![ Docs] ( https://img.shields.io/static/v1?label=docs.rs&message=typed-html&color=green )] ( https://docs.rs/typed-html/ ) | ![ typed-html license] ( https://img.shields.io/crates/l/typed-html.svg?label=%20 ) | ![ typed-html version] ( https://img.shields.io/crates/v/typed-html.svg?label=%20 ) | ![ typed-html stars] ( https://img.shields.io/github/stars/bodil/typed-html.svg?label=%20 ) | ![ typed-html contributors] ( https://img.shields.io/github/contributors/bodil/typed-html.svg?label=%20 ) | ![ typed-html activity] ( https://img.shields.io/github/commit-activity/y/bodil/typed-html.svg?label=%20 ) |
146
142
| ** [ yew-template] ( https://github.com/INSAgenda/yew-template ) ** | [ ![ yew-template repo] ( https://img.shields.io/badge/GitHub-git-blue )] ( https://github.com/INSAgenda/yew-template ) | [ ![ Docs] ( https://img.shields.io/static/v1?label=docs.rs&message=yew-template&color=green )] ( https://docs.rs/yew-template/ ) | ![ yew-template license] ( https://img.shields.io/crates/l/yew-template.svg?label=%20 ) | ![ yew-template version] ( https://img.shields.io/crates/v/yew-template.svg?label=%20 ) | ![ yew-template stars] ( https://img.shields.io/github/stars/INSAgenda/yew-template.svg?label=%20 ) | ![ yew-template contributors] ( https://img.shields.io/github/contributors/INSAgenda/yew-template.svg?label=%20 ) | ![ yew-template activity] ( https://img.shields.io/github/commit-activity/y/INSAgenda/yew-template.svg?label=%20 ) |
147
143
148
- ### Websocket Libraries
144
+ ## Websocket Libraries
149
145
150
146
| Name | Repo | Docs | License | Version | Stars | Contributors | Activity | Client | Server | Async |
151
147
| ------------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------------------------------------------------| -----------------------------------------------------------------------------------------------| -----------------------------------------------------------------------------------------------| ----------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------------------------------------| --------| --------| -------|
0 commit comments