#udp-socket #tcp-udp #udp #tcp #networking #async

sockets

This is a general socket library for easy network communications with Rust

3 releases

0.1.2 Jan 19, 2023
0.1.1 Jan 19, 2023
0.1.0 Jan 19, 2023

#37 in #udp-socket

Download history 15/week @ 2024-02-22 19/week @ 2024-02-29 2/week @ 2024-03-07 109/week @ 2024-03-14 7/week @ 2024-03-21

148 downloads per month

MIT/Apache

14KB
245 lines

sockets-rs

WARNING: THIS LIBRARY IS CURRENTLY A WORK IN PROGRESS AND NOT FULLY READY, BREAKING CHANGES WILL OCCUR

This is a general socket library that currently uses async sockets from the tokio-rs library. The goal with this library is to extract away all the fluff and extra logic needed to handle simple sockets.

Roadmap

  • UDP Socket
  • TCP Client Socket
  • TCP Server Socket

Dependencies

~3–14MB
~141K SLoC