0xdevalias / devalias.net

Source for devalias.net
http://www.devalias.net/
48 stars 10 forks source link

[DeepDive] Rust (rustup, rustfmt, cargo), Rust embedded/AVR/TockOS/WebAssembly (wasm), etc #80

Open 0xdevalias opened 3 years ago

0xdevalias commented 3 years ago

Rust

IDE's

Static Binaries

Rust WebAssembly

Rust Embedded

AVR Rust

AVR is a type of low-frequency (sub-20Hz in general) 8-bit microcontroller developed by Atmel and owned by Microchip.

The AVR-Rust project aims to add support to the Rust ecosystem so that executables can be generated for AVR, taking advantage of Rust's safety guarantees and ergonomics.

TockOS