Test failure

This commit is contained in:
Matthias Endler 2018-12-02 23:03:34 +01:00
parent 071b13bbe8
commit 80a9ca3549

View file

@ -7,6 +7,7 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea
### 2018
* [Programming an ARM microcontroller in Rust at four different levels of abstraction](http://example.com/ffjfjff) by [Pramode C.E ](http://pramode.in/about/) - Demonstrates how Rust helps to move from brittle, low-level embedded code to high-level abstractions with zero cost.
* [Programming an ARM microcontroller in Rust at four different levels of abstraction](http://pramode.in/2018/02/20/programming-a-microcontroller-in-rust-at-four-levels-of-abstraction/) by [Pramode C.E ](http://pramode.in/about/) - Demonstrates how Rust helps to move from brittle, low-level embedded code to high-level abstractions with zero cost.
* [Discover the world of microcontrollers through Rust!](https://rust-embedded.github.io/discovery/) - This book is an introductory course on microcontroller-based embedded systems that uses Rust as the teaching language rather than the usual C/C++.