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
- Host: GitHub
- URL: https://github.com/lemonrock/network
- Owner: lemonrock
- License: other
- Created: 2018-07-30T08:31:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T08:35:41.000Z (almost 6 years ago)
- Last Synced: 2025-06-27T14:16:05.284Z (7 months ago)
- Topics: dpdk, ip, networking, rust, rust-crate, stack
- Language: Rust
- Homepage: https://github.com/lemonrock/network
- Size: 378 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"