Crates.io | fcnet |
lib.rs | fcnet |
version | 0.6.0 |
source | src |
created_at | 2024-08-07 10:37:16.645018 |
updated_at | 2024-10-27 18:08:19.185835 |
description | An in-process Firecracker microVM networking backend based on fcnet-types. |
homepage | |
repository | https://github.com/kanpov/fcnet |
max_upload_size | |
id | 1328281 |
size | 56,755 |
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.