Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Do you have any idea how impossible it is to do anything useful without unsafe in Rust on a microcontroller?


About as hard as on desktop? I mean, many of the core datastructures commonly used there are implemented using unsafe. This does not mean that the application code must or should be riddled with unsafe code blocks... For a very simple example see https://github.com/hackndev/zinc/blob/master/examples/blink_...


If Ada, Pascal and Basic can, so can Rust.

Every case where this is not true is a bug.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: