From 3a3b75db9931817aa5cd9c2afa197f3be8bbbe13 Mon Sep 17 00:00:00 2001 From: Scott Gibb <44235263+ScottGibb@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:18:46 +0100 Subject: [PATCH] Add post-haste library to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1246178..1b4759a 100644 --- a/README.md +++ b/README.md @@ -1385,7 +1385,8 @@ Work in progress crates. Help the authors make these crates awesome! - [light-cli](https://github.com/rudihorn/light-cli): a lightweight heapless cli interface [![crates.io](https://img.shields.io/crates/v/light_cli.svg)](https://crates.io/crates/light_cli) - [OxCC](https://github.com/jonlamb-gh/oxcc): A port of Open Source Car Control written in Rust - [Rubble](https://github.com/jonas-schievink/rubble): A pure-Rust embedded BLE stack [![crates.io](https://img.shields.io/crates/v/rubble.svg)](https://crates.io/crates/rubble) - +- [post-haste](https://github.com/petekubiak/post-haste): A no_std, alloc-free async Rust library for creating modular projects. +- ## Panic handling There are many ways to handle panics in embedded devices, these crates provide helpful variants.