Crates.io | fcnet |
lib.rs | fcnet |
version | |
source | src |
created_at | 2024-08-07 10:37:16.645018+00 |
updated_at | 2025-03-23 13:54:51.690187+00 |
description | An in-process Firecracker microVM networking backend based on fcnet-types. |
homepage | |
repository | https://github.com/rust-firecracker/fcnet |
max_upload_size | |
id | 1328281 |
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` |
size | 0 |
fcnet
is a concrete implementation of FirecrackerNetworkOperation
s on FirecrackerNetwork
s that is linked
into your application and works in-process. This achieves marginally better performance than introducing indirection
like fcnetd
+fcnetd-client
, at the cost of requiring your application process to run as root.