Add rust highlighting

This commit is contained in:
Maik Klein 2019-06-05 10:27:20 +02:00
parent e8c6393592
commit 2faa61cab7

View file

@ -5,7 +5,7 @@
Use this if want to compile down to a single executable. Runtime linking is always preferred and you lose access to the validation layers if you use `ash-molten`.
```
```Rust
let entry = ash_molten::MoltenEntry::load().expect("Unable to load Molten");
let app_name = CString::new("Hello Static Molten").unwrap();