Add section in readme about miri

This commit is contained in:
Gwilym Inzani 2023-04-23 17:47:15 +01:00
parent db0eab7589
commit f667804cf8

View file

@ -66,6 +66,8 @@ to just write games for the Game Boy Advance using this library:
* Install with `cargo install just` * Install with `cargo install just`
* [mdbook](https://rust-lang.github.io/mdBook/index.html) * [mdbook](https://rust-lang.github.io/mdBook/index.html)
* Install with `cargo install mdbook` * Install with `cargo install mdbook`
* [miri](https://github.com/rust-lang/miri)
* Some of the unsafe code is tested using miri, install with `rustup component add miri`
With all of this installed, you should be able to run a full build of agb using by running With all of this installed, you should be able to run a full build of agb using by running
```sh ```sh