From c1d271975ad2ff493eea91b5054502061785d0e5 Mon Sep 17 00:00:00 2001 From: Abdelrahman Omar <128975938+abd0-omar@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:02:59 +0300 Subject: [PATCH] Update README.md add axum add axum to the list frameworks that has examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e4dcde..6410812 100644 --- a/README.md +++ b/README.md @@ -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