An open API service indexing awesome lists of open source software.

https://github.com/lemonrock/network

Rust crates for networking
https://github.com/lemonrock/network

dpdk ip networking rust rust-crate stack

Last synced: 6 months ago
JSON representation

Rust crates for networking

Awesome Lists containing this project

README

          

# network

[network] is a set of Rust crates to make it easier to work with networking.

## Features

### network-ethernet

* Use the feature `libc` to enable support for converting to and from:-
* libc's `ether_addr` type for the struct `MediaAccessControlAddress`;
* libc's `ether_header` type for the struct `EthernetPacketHeader`.
* Use the feature `dpdk-sys` to enable support for converting to and from:-
* DPDK's `ether_addr` type for the struct `MediaAccessControlAddress`;
* DPDK's `ether_hdr` type for the struct `EthernetPacketHeader`;
* DPDK's `vlan_hdr` type for the struct `VirtualLanPacketHeader`.

## Licensing

The license for this project is AGPL3.

[network]: https://github.com/lemonrock/network "network GitHub page"