Crates.io | netdev |
lib.rs | netdev |
version | 0.31.0 |
source | src |
created_at | 2024-01-22 10:35:07.87423 |
updated_at | 2024-09-22 08:52:35.656579 |
description | Cross-platform library for network interface |
homepage | |
repository | https://github.com/shellrow/netdev |
max_upload_size | |
id | 1108634 |
size | 130,638 |
netdev
provides a cross-platform API for network interface.
Please refer to the Interface struct documentation for detail.
This project was rebranded from default-net by the author myself for future expansion, continuation, and better alignment with naming conventions.
Add netdev
to your dependencies
[dependencies]
netdev = "0.31"
For more details, see examples or doc.