microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
Guide/src/dev_guide/dev_tools.md
7lines · modecode
| 1 | # Dev Tools / Utilities |
| 2 | |
| 3 | Whereas other projects might reach for bash or python to implement various bits |
| 4 | of repo automation / pipelines / tooling - OpenVMM typically uses Rust! |
| 5 | |
| 6 | The following chapter discusses some of the various dev-facing tools / utilities |
| 7 | you may encounter and/or find useful when working on OpenVMM. |
| 8 | |