netty4rs 0.1.0

A Rust networking framework inspired by Netty
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
categories = ["network-programming", "asynchronous"]
description = "A Rust networking framework inspired by Netty"
edition = "2021"
keywords = ["network", "framework", "async", "netty"]
license = "Apache-2.0"
name = "netty4rs"
readme = "README.md"
repository = "https://github.com/AvaLab-Studio/netty4rs"
version = "0.1.0"