Add axum to the list of frameworks in docs (#370)
This commit is contained in:
parent
c42153f20c
commit
7233cda35e
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
# Web framework integration
|
||||
|
||||
Maud includes support for these web frameworks: [Actix], [Rocket], [Rouille], and [Tide].
|
||||
Maud includes support for these web frameworks: [Actix], [Rocket], [Rouille], [Tide] and [Axum].
|
||||
|
||||
[Actix]: https://actix.rs/
|
||||
[Rocket]: https://rocket.rs/
|
||||
[Rouille]: https://github.com/tomaka/rouille
|
||||
[Tide]: https://docs.rs/tide/
|
||||
[Axum]: https://docs.rs/axum/
|
||||
|
||||
# Actix
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue