Intro
MicroVMs are a term referring to running a minimal Virtual Machine. Some of the popular ones are implemented in Rust, and so benefit from the Rust’s memory safety.
Additionally they can provide a much smaller attack surface then traditional VMs since they often expose a more limited API, which can also help speed up boot times due to needing to loading less drivers and kernel modules.