udp-request 0.3.24

A simple UDP request library for sending and receiving UDP packets, designed to handle network communication in Rust applications.
Documentation
1
2
3
4
5
6
7
8
9
mod r#fn;

use crate::*;

use std::{
    sync::{Arc, Mutex},
    thread::{JoinHandle, spawn},
    time::Instant,
};