Crates.io | sockets |
lib.rs | sockets |
version | 0.1.2 |
source | src |
created_at | 2023-01-19 14:38:14.192711 |
updated_at | 2023-01-19 16:18:39.954079 |
description | This is a general socket library for easy network communications with Rust |
homepage | https://github.com/tr3ysmith/sockets |
repository | https://github.com/tr3ysmith/sockets |
max_upload_size | |
id | 762611 |
size | 16,317 |
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.