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
Send Text
use *;
let mut request_builder = new
.host
.port
.build;
request_builder
.send
.and_then
.unwrap_or_else;
Send Binary
use *;
let mut request_builder = new
.host
.port
.build;
request_builder
.send
.and_then
.unwrap_or_else;
Help
Ensure that CMake is installed on the system
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.