Expand description
A Non-official library for easy work with FirecrackerVM from Rust.
Exemple:
let process = FirecrackerStartup::new()
.set_api_socket("/tmp/some.socket")
.download_rootfs(true)
.download_kernel(true)
.start().await.unwrap();Before starting work, we recommend that you familiarize yourself with the official documentation.