From 6433e545f8ab95813cd8cf8a12c60f81eec826a1 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 20 Apr 2018 08:58:33 -0700 Subject: [PATCH] no-std crates list is not empty any more --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 9d89b83..ee55868 100644 --- a/README.md +++ b/README.md @@ -299,15 +299,12 @@ Work in progress drivers. Help the authors make these crates awesome! [`#![no_std]` crates][no-std-category] designed to run on resource constrained devices. -*whoops* this list is currently empty. Want to help us write it? Leave a comment on issue [#2]. - - [bit_field](https://crates.io/crates/bit_field): manipulating bitfields and bitarrays - ![crates.io](https://img.shields.io/crates/v/bit_field.svg) - [heapless](https://crates.io/crates/heapless): provides `Vec`, `String`, `LinearMap`, `RingBuffer` backed by fixed-size buffers - ![crates.io](https://img.shields.io/crates/v/heapless.svg) - [managed](https://crates.io/crates/managed): provides `ManagedSlice`, `ManagedMap` backed by either their std counterparts or fixed-size buffers for `#![no_std]`. - ![crates.io](https://img.shields.io/crates/v/managed.svg) - [smoltcp](https://github.com/m-labs/smoltcp): a small TCP/IP stack that runs without `alloc` [no-std-category]: https://crates.io/categories/no-std -[#2]: https://github.com/rust-embedded/awesome-embedded-rust/issues/2 ## Rust forks