Goscript: Go specs implemented as a scripting language in Rust

Go specs implemented as a scripting language in Rust. – GitHub – oxfeeefeee/goscript: Go specs implemented as a scripting language in Rust. Read more

Similar

Async/Await for AVR with Rust

With the recent ability for Rust to target AVR, it's time for me to bring my favorite feature of Rust to Arduino: async/await. Asynchronous code allows for doing (seemingly) multiple things at once, without the memory or CPU overhead of threads. (more…)

Read more »