sockets

Crates.iosockets
lib.rssockets
version0.1.2
sourcesrc
created_at2023-01-19 14:38:14.192711
updated_at2023-01-19 16:18:39.954079
descriptionThis is a general socket library for easy network communications with Rust
homepagehttps://github.com/tr3ysmith/sockets
repositoryhttps://github.com/tr3ysmith/sockets
max_upload_size
id762611
size16,317
Trey Smith (tr3ysmith)

documentation

README

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
Commit count: 12

cargo fmt