Template for projects using the mos-hardware crate.
The project requires rust-mos. A docker image of rust-mos is available if you do not fancy compiling LLVM.
The easiest way is to use the provided .devcontainer.json
configuration for vscode
by clicking the Dev Containers Open badge above, assuming you have VSC and Docker installed.
You can also do this manually:
- Start Docker
- Go to the
eleven/
directory - Type
code .
and follow instructions to open in dev container