An open API service indexing awesome lists of open source software.

https://github.com/libraries/rust-riscv64imac-unknown-none-elf


https://github.com/libraries/rust-riscv64imac-unknown-none-elf

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

A demo of writing riscv baremetal code in Rust. For more details, see .

For quick run:

```sh
$ cargo run -- Hello World!
Hello World!
```