Get the latest tech news
Ncomm – A node-based robotics framework written in Rust
Node-Based Robotics Framework Written in Rust. Contribute to N8BWert/ncomm development by creating an account on GitHub.
If the user is familiar with Arduino or Game Development, this is typically notated as void setup() and can be used to configure peripherals before the normal execution of the system begins. This is because it is impossible to really run Rust without the core library (i.e. no-std) so a lot of the bare necessities of the NComm crate come from the nostd compatibility. However, I don't think it is likely I will make no_std executors and instead work on adding communication primitive support to current RTOS's like RTIC and Embassy (both of which much better than I could likely create on my own).
Or read this on Hacker News