From b60bfd7f34b0700fa466d2c6007ef8279dc37a9e Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 3 Nov 2021 10:26:20 +0100 Subject: [PATCH] Mention "axum-typed-websockets" in community ecosystem --- ECOSYSTEM.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 7fc3493b..8343632a 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -4,7 +4,8 @@ If your project isn't listed here and you would like it to be, please feel free ## Community maintained axum ecosystem -- [axum-server](https://github.com/programatik29/axum-server): axum-server is a hyper server implementation designed to be used with axum framework. +- [axum-server](https://crates.io/crates/axum-server): axum-server is a hyper server implementation designed to be used with axum framework. +- [axum-typed-websockets](https://crates.io/crates/axum-typed-websockets): `axum::extract::ws` with type safe messages. ## Project showcase