Arvid Gerstmann @arvid.io · Jan 27

What do you connect embedded Rust with? For me, embedded Rust is massively generic programming, to the point where it's almost ridiculous. The following is an entirely normal struct impl block, like I have in many of my generic drivers. #rust #embedded

7 likes 1 replies

?

Replies

@gasperstukelj.net · Jan 27

For me it’s just the joy of working with APIs that take well typed functions/closures, that dispense with any need for void* and other “type-erased” callback shenanigans I am used to dealing with in C.