From b9e4b6da3e541417143a8ee36608d8adfe39a800 Mon Sep 17 00:00:00 2001 From: sunli Date: Wed, 19 Feb 2020 14:36:07 +0800 Subject: [PATCH] Add Xactor to the ecosystems inside the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8cd3ac5..4ebf592 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,8 @@ documentation] on how to enable them. * [Surf](https://crates.io/crates/surf) — Surf the web. Surf is a friendly **HTTP client** built for casual Rustaceans and veterans alike. + * [Xactor](https://crates.io/crates/xactor) — Xactor is a rust actors framework based on async-std. + ## License