Merge pull request #16 from astro/add-data-structures

Add heapless + managed crates
This commit is contained in:
Daniel Egger 2018-04-07 23:50:39 +02:00 committed by GitHub
commit fbb00f3df4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -298,6 +298,8 @@ Work in progress drivers. Help the authors make these crates awesome!
*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
- [heapless](https://crates.io/crates/heapless): provides `Vec`, `String`, `LinearMap`, `RingBuffer` backed by fixed-size buffers
- [managed](https://crates.io/crates/managed): provides `ManagedSlice`, `ManagedMap` backed by either their std counterparts or fixed-size buffers for `#![no_std]`.
- [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