Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 402 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 402 Bytes

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