connex 0.1.2

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
12
13
14
15
16
17
18
[dependencies.snafu]
version = "0.8"

[features]
client = []
default = ["client", "server"]
full = ["client", "server"]
server = []

[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.2"