Crate nex

Source
Expand description

Entry point for the nex crate collection.

This crate re-exports the core modules so applications can simply depend on nex and gain access to packet parsing, datalink channels and socket helpers. It is intended to be a convenient facade for the underlying crates.

Modulesยง

datalink
Provides functionality for interacting with the data link layer, support for sending and receiving packets.
net
Provides core network types and functionality.
packet
Support for packet parsing and manipulation. Enables users to work with packets at a granular level.
socket
Support for sending and receiving transport layer packets.