sockets 0.1.0

This is a general socket library for easy network communications with Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
categories = ["network-programming"]
description = "This is a general socket library for easy network communications with Rust"
edition = "2021"
homepage = "https://github.com/tr3ysmith/sockets"
keywords = ["tcp", "udp", "sockets", "networking", "async"]
license = "MIT OR Apache-2.0"
name = "sockets"
readme = "README.md"
repository = "https://github.com/tr3ysmith/sockets"
version = "0.1.0"