Reblogged by cstanhope@social.coop ("Your friendly 'net denizen"):
dbrgn@chaos.social ("Danilo") wrote:
After roughly 6 years of work, embedded-hal 1.0 is finally stabilized and released!
- http://blog.rust-embedded.org/embedded-hal-v1/
- https://github.com/rust-embedded/embedded-hal/issues/177embedded-hal (often abbreviated e-h) is a hardware abstraction layer in the form of a collection of Rust traits (both sync and async). It allows writing device drivers that will run on any hardware that implements the HAL.
Stabilization is a great thing for the Embedded Rust ecosystem. Go ahead and write drivers!