sansio 1.0.1

sansio — an architectural pattern for writing protocol implementations that are completely decoupled from I/O operations
Documentation
[dependencies]

[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 architectural pattern for writing protocol implementations that are completely decoupled from I/O operations"
documentation = "https://docs.rs/sansio"
edition = "2024"
homepage = "https://webrtc.rs"
keywords = ["sansio", "networking", "protocols"]
license = "MIT/Apache-2.0"
name = "sansio"
readme = "README.md"
repository = "https://github.com/webrtc-rs/sansio"
version = "1.0.1"