Crates.io | xenet-packet-builder |
lib.rs | xenet-packet-builder |
version | 0.5.0 |
source | src |
created_at | 2023-11-19 09:41:16.011929 |
updated_at | 2024-02-12 05:39:11.610343 |
description | Provides high-level packet building on top of xenet-packet. Part of xenet project. |
homepage | |
repository | https://github.com/shellrow/xenet |
max_upload_size | |
id | 1041049 |
size | 56,154 |
Cross-platform networking library for Rust
xenet
is a Rust library that provides cross-platform low-level networking capabilities.
It includes a set of modules, each with a specific focus:
datalink
: Datalink layer networking.packet
: Low-level packet parsing and building.packet-builder
: High-level packet building.socket
: Socket-related functionality.The project has plans to enhance xenet with the following features:
To use xenet
, add it as a dependency in your Cargo.toml
:
[dependencies]
xenet = "0.5"
You can also directly use specific sub-crates by importing them individually.
xenet-datalink
xenet-packet
xenet-packet-builder
xenet-socket
If you want to focus on network interfaces, you can use the default-net.