fcnetd-client

Crates.iofcnetd-client
lib.rsfcnetd-client
version
sourcesrc
created_at2024-10-27 18:09:16.984889+00
updated_at2025-03-23 13:56:25.085108+00
descriptionA daemon-based Firecracker microVM networking backend based on fcnet-types.
homepage
repositoryhttps://github.com/rust-firecracker/fcnet
max_upload_size
id1424865
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
kanpov (kanpov)

documentation

README

fcnetd-client

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.

Commit count: 69

cargo fmt