udp-request
A simple UDP request library for sending and receiving UDP packets, designed to handle network communication in Rust applications.
Installation
To use this crate, you can run cmd:
cargo add udp-request
Use
Receive Text
use *;
let mut request_builder = new
.host
.port
.build;
request_builder
.send
.and_then
.unwrap_or_else;
Receive Binary
use *;
let mut request_builder = new
.host
.port
.build;
request_builder
.send
.and_then
.unwrap_or_else;
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
Contact
For any inquiries, please reach out to the author at ltpp-universe root@ltpp.vip.