sansio 0.3.0

sansio — an IO-free Rust networking framework that makes it easy to build protocols, application clients/servers.
Documentation
[dependencies.log]
version = "0.4.28"

[lib]
name = "sansio"
path = "src/lib.rs"

[package]
authors = ["Rain Liu <y@liu.mx>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "sansio — an IO-free Rust networking framework that makes it easy to build protocols, application clients/servers."
documentation = "https://docs.rs/sansio"
edition = "2024"
homepage = "https://sansio.org"
keywords = ["sansio", "networking", "protocols"]
license = "MIT/Apache-2.0"
name = "sansio"
readme = "README.md"
repository = "https://github.com/sansio-org/sansio"
resolver = "2"
version = "0.3.0"