rust-firecracker / fctools

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

New resource system #18

Open kanpov opened 1 day ago

kanpov commented 1 day ago

No more magic paths, hopefully.

kanpov commented 20 hours ago

Fixes #8 due to resources being properly specified

kanpov commented 1 hour ago

This PR will probably need to be squashed in spite of the magnitude of changes since most of the commits don't compile :)

kanpov commented 44 minutes ago

The improvements on the VM layer are massive, the vm/mod.rs module on its own got halved in size effortlessly.