rust-firecracker / fctools

A fully-complete (semi-stable) Rust SDK for Firecracker microVM-utilizing applications.
MIT License
3 stars 0 forks source link

Improve VmmInstallation ergonomics #7

Open kanpov opened 1 week ago

kanpov commented 1 week ago

The current API of a verify-able struct with 3 PathBufs is simple enough, but doesn't have checks to, for example, firecracker executable name that can be done when creating it, among other potential improvements.