| Crates.io | xenet-npcap-helper |
| lib.rs | xenet-npcap-helper |
| version | 0.5.0 |
| created_at | 2023-12-03 07:01:35.198515+00 |
| updated_at | 2024-02-12 05:42:09.815401+00 |
| description | Helper crate for managing the installation of npcap on Windows, providing essential support for the xenet |
| homepage | |
| repository | https://github.com/shellrow/xenet |
| max_upload_size | |
| id | 1056739 |
| size | 68,579 |
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-datalinkxenet-packetxenet-packet-builderxenet-socketIf you want to focus on network interfaces, you can use the default-net.