Crates.io | fcnetd-client |
lib.rs | fcnetd-client |
version | 0.2.3 |
created_at | 2024-10-27 18:09:16.984889+00 |
updated_at | 2025-09-03 18:45:07.752381+00 |
description | A daemon-based Firecracker microVM networking backend based on fcnet-types. |
homepage | |
repository | https://github.com/rust-firecracker/fcnet |
max_upload_size | |
id | 1424865 |
size | 31,155 |
fcnetd-client
is a concrete implementation that works on fcnet-types
definitions and allows applying operations on Firecracker microVM networks.
Unlike the fcnet
crate, which links itself into your application and requires it to run as root, fcnetd-client
can be used rootlessly and connects
to a rootful separate fcnetd
process.