Crates.io | fctools |
lib.rs | fctools |
version | 0.5.0-rc.3 |
source | src |
created_at | 2024-10-08 13:33:40.973476 |
updated_at | 2024-11-03 18:20:02.644272 |
description | An exhaustive, highly modular and extensible host SDK for the Firecracker microVM manager. |
homepage | |
repository | https://github.com/kanpov/fctools |
max_upload_size | |
id | 1401209 |
size | 317,248 |
fctools
is a highly-modular and extensible SDK that allows development of various types of applications that can leverage microVMs and virtualization in general.
Check out the docs.rs documentation for more details.
Due to constraints of Firecracker itself, this crate is only usable on Linux, x86_64 is the most tested CPU architecture but aarch64 should work just as well according to Firecracker's developers (with RISC-V potentially gaining support in the future). It is recommended to also adhere to the host and guest kernel support policy set by the Firecracker team.