udp 3.1.3

A lightweight and efficient Rust library for building UDP servers with request-response handling.
Documentation
1
2
3
4
5
#[derive(Clone, Copy, Debug)]
pub(crate) struct EchoHandler;

#[derive(Clone, Copy, Debug)]
pub(crate) struct PanicHandler;