Conversation

Where do I start these days if I want to write a state machine that on the outside looks like a C function, e.g. void update(uint32_t event, struct state *s); and on the inside looks like Rust async code? This would be nostd, plugging into an existing CM3 system written in C.
1
1