async-raw 0.1.0

Demo project of using raw read/writable sockets with tokio
Documentation
[dependencies.libc]
version = "0.2"

[dependencies.tokio]
features = ["full"]
version = "1.44"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Demo project of using raw read/writable sockets with tokio"
edition = "2024"
license-file = "LICENSE"
name = "async-raw"
readme = "README.md"
repository = "https://github.com/arctessa/async-raw"
version = "0.1.0"