Crates.io | fractal-networking-wrappers |
lib.rs | fractal-networking-wrappers |
version | 0.1.0 |
source | src |
created_at | 2022-08-02 19:18:54.375936 |
updated_at | 2022-08-02 19:18:54.375936 |
description | Async wrappers around Linux networking utilities. |
homepage | |
repository | https://github.com/fractalnetworksco/networking-wrappers |
max_upload_size | |
id | 637527 |
size | 63,818 |
This is a utility crate that offers async wrappers for using networking utilities, for example to create network namespaces, bridge devices, marking networking interfaces as up, managing interface addresses, moving network interfaces into bridges, creating virtual ethernet pairs and wireguard interfaces, and managing iptables rules.
Use this crate if you want to interact with low-level networking utilities in an async codebase.
Resources:
To use this crate, simply add this line to your dependencies section in your crate configuration:
fractal-networking-wrappers = "0.1"
There are no optional features.
AGPL 3.0, commercial licensing available upon request.