Embedded Rust OS with a focus on Erlang style message passing.
Currently a prototype OS to asses the feasability of using Rust.
Runs on the RP2040 micro-controller.
Alkyn requires:
* **
Examples are in the `/examples` directory and can be run on an RP2040
device by running:
```
cargo run --example threads
```