From 80b86e58c4d7f68f02dc570ae9949a84650b44ad Mon Sep 17 00:00:00 2001 From: Bruce Yuan <50130186+hominee@users.noreply.github.com> Date: Thu, 30 Mar 2023 00:49:54 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 131739c..9daa57c 100644 --- a/README.md +++ b/README.md @@ -1173,6 +1173,7 @@ Work in progress drivers. Help the authors make these crates awesome! 1. [device-driver]: A toolkit to write better device drivers, faster. ![crates.io](https://img.shields.io/crates/v/device-driver.svg) 1. [drogue-device](https://github.com/drogue-iot/drogue-device): A distribution of tools and examples for building embedded applications in Rust. 1. [dummy-pin](https://crates.io/crates/dummy-pin): Dummy implementations of the input/output pin traits. ![crates.io](https://img.shields.io/crates/v/dummy-pin.svg) +1. [crossbus](https://github.com/hominee/crossbus): A Platform-Less, Runtime-Less Actor Computing Model. 1. [ector](https://github.com/drogue-iot/ector): An async actor framework for embedded, based on embassy. 1. [embassy]: A set of embedded async tools to make async/await a first-class option for embedded development 1. [embedded-crc-macros](https://crates.io/crates/embedded-crc-macros): Macros implementing portable CRC algorithms and build-time lookup table generation. ![crates.io](https://img.shields.io/crates/v/embedded-crc-macros.svg)