From 1eefac542ddac32d916d23384d611a32110c3280 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 29 Apr 2018 14:27:21 -0400 Subject: [PATCH] add scroll extensible and endian-aware Read/Write traits for generic containers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8254c09..49f3f84 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ Work in progress drivers. Help the authors make these crates awesome! - [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` - [embedded-graphics](https://crates.io/crates/embedded-graphics): 2D drawing library for any size display - ![crates.io](https://img.shields.io/crates/v/embedded-graphics.svg) +- [scroll](https://crates.io/crates/scroll): extensible and endian-aware Read/Write traits for generic containers - ![crates.io](https://img.shields.io/crates/v/scroll.svg) [no-std-category]: https://crates.io/categories/no-std