connex 0.1.0

A tcp communication library that supports custom encryption and decryption and automatic reconnection.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
categories = ["network-programming"]
description = "A tcp communication library that supports custom encryption and decryption and automatic reconnection."
edition = "2021"
license = "MIT"
name = "connex"
readme = "README.md"
repository = "https://github.com/noxue/connex.git"
version = "0.1.0"