sockets 0.1.0

This is a general socket library for easy network communications with Rust
Documentation
1
2
3
4
5
6
7
# sockets-rs
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