Skip to content

hintjen/networking-wrappers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Networking Wrappers

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:

Usage

To use this crate, simply add this line to your dependencies section in your crate configuration:

fractal-networking-wrappers = "0.1"

Optional features

There are no optional features.

License

AGPL 3.0, commercial licensing available upon request.

About

Rust async wrappers around networking utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages