Bootstrapping Embedded Development in Rust

James Munns’ presentation to Rust DC (https://www.meetup.com/RustDC/events/239115658/) See Reddit discussion here: https://www.reddit.com/r/rust/comments/6l4… Read more

Similar

Xr0 Makes C Safer than Rust

There is a practical way to guarantee the safety of C programs at compile time, in the sense of no use-after-frees, no double frees, no buffer out-of-bounds reads/writes, no null pointer dereferences, no uses of uninitialised memory, no arithmetic overflo... (more…)

Read more »