Skip to content

Commit b2f1958

Browse files
committed
Clean up TOC
1 parent f323f63 commit b2f1958

File tree

2 files changed

+26
-34
lines changed

2 files changed

+26
-34
lines changed

README.md

+13-17
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,16 @@ This overview only contains frameworks that work on stable Rust.
66

77
## Table of Contents
88

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)
2219

2320
## Frontend frameworks (WASM)
2421

@@ -119,9 +116,8 @@ To build web clients with Rust, you can choose between these libraries:
119116

120117
- [ease](https://github.com/SimonPersson/ease)
121118

122-
## Supplemental libraries
123119

124-
### Templating
120+
## Templating
125121

126122
| Name | Repo | Docs | License | Version | Stars | Contributors | Activity |
127123
|--------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
@@ -135,7 +131,7 @@ To build web clients with Rust, you can choose between these libraries:
135131
| **[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) |
136132
| **[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) |
137133

138-
#### Outdated templating libraries
134+
### Outdated templating libraries
139135

140136
| Name | Repo | Docs | License | Version | Stars | Contributors | Activity |
141137
|---------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
@@ -145,7 +141,7 @@ To build web clients with Rust, you can choose between these libraries:
145141
| **[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) |
146142
| **[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) |
147143

148-
### Websocket Libraries
144+
## Websocket Libraries
149145

150146
| Name | Repo | Docs | License | Version | Stars | Contributors | Activity | Client | Server | Async |
151147
|------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|--------|--------|-------|

README.tmpl

+13-17
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,16 @@ This overview only contains frameworks that work on stable Rust.
66

77
## Table of Contents
88

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)
2219

2320
## Frontend frameworks (WASM)
2421

@@ -57,16 +54,15 @@ To build web clients with Rust, you can choose between these libraries:
5754

5855
- [ease](https://github.com/SimonPersson/ease)
5956

60-
## Supplemental libraries
6157

62-
### Templating
58+
## Templating
6359

6460
{{ templating }}
6561

66-
#### Outdated templating libraries
62+
### Outdated templating libraries
6763

6864
{{ outdated_templating }}
6965

70-
### Websocket Libraries
66+
## Websocket Libraries
7167

7268
{{ websocket }}

0 commit comments

Comments
 (0)