4 releases (2 breaking)

0.3.0 Jan 1, 2025
0.2.0 Dec 31, 2024
0.1.5 Dec 31, 2024
0.1.4 Dec 31, 2024

#27 in #udp-packet

Download history 179/week @ 2024-12-25 132/week @ 2025-01-01

311 downloads per month
Used in udptk

MIT/Apache

7KB
86 lines

README

A simple UDP toolkit that provides a way to send and receive UDP packets.
It can be useful in scenarios when debugging UDP based microservices.

# Get started with docker
docker run --rm whisperpine/udptk -h

lib.rs:

UDP toolkit

This crate provides an easy-to-use API for sending and listening to UDP packets. It provides a high-level interface and does not expose any low-level details, such as sockets or packet headers.

Dependencies

~2.9–9.5MB
~78K SLoC