Skip to content

Commit

Permalink
Update README.md add axum
Browse files Browse the repository at this point in the history
add axum to the list frameworks that has examples
  • Loading branch information
abd0-omar authored Jun 13, 2024
1 parent 0d7cd12 commit c1d2719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ your other rust code, so it needs to be called before compiling,
as described [in the documentation](https://docs.rs/ructe/).
There are also [examples](examples),
both for ructe itself and its futures and for using it with the web
frameworks [actix-web](examples/actix), [gotham](examples/gotham),
frameworks [axum](examples/axum), [actix-web](examples/actix), [gotham](examples/gotham),
[iron](examples/iron), [nickel](examples/nickel), [tide](examples/tide),
and [warp](examples/warp03).
There is also [a separate example of using ructe with warp and
Expand Down

0 comments on commit c1d2719

Please sign in to comment.