netty4rs 0.1.0

A Rust networking framework inspired by Netty
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "netty4rs"
version = "0.1.0"
edition = "2021"
description = "A Rust networking framework inspired by Netty"
license = "Apache-2.0"
repository = "https://github.com/AvaLab-Studio/netty4rs"
readme = "README.md"
keywords = ["network", "framework", "async", "netty"]
categories = ["network-programming", "asynchronous"]

[dependencies]