Crates.io | fcnetd-client |
lib.rs | fcnetd-client |
version | 0.1.0 |
source | src |
created_at | 2024-10-27 18:09:16.984889 |
updated_at | 2024-10-27 18:09:16.984889 |
description | A daemon-based Firecracker microVM networking backend based on fcnet-types. |
homepage | |
repository | https://github.com/kanpov/fcnet |
max_upload_size | |
id | 1424865 |
size | 6,732 |
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.