Add rust to build instructions
This commit is contained in:
parent
70356a9e15
commit
7d746cd029
|
@ -91,6 +91,8 @@ function! Build()
|
|||
execute 'make'
|
||||
elseif l:filetype == 'verilog'
|
||||
execute 'verilator --binary %'
|
||||
elseif l:filetype == 'rust'
|
||||
execute 'cargo run'
|
||||
else
|
||||
echo "Unsupported file type: " . l:filetype
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue