framed_aio 0.1.1

A crate which allows performing async io operations in a framed manner
Documentation
[dependencies.bincode]
optional = true
version = "1.3.3"

[dependencies.serde]
optional = true
version = "1.0.144"

[dependencies.thiserror]
version = "1.0.34"

[dependencies.tokio]
features = ["io-util"]
version = "1.21.0"

[dev-dependencies.anyhow]
version = "1.0.64"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.144"

[dev-dependencies.tokio]
features = ["full"]
version = "1.21.0"

[features]
typed = ["dep:bincode", "dep:serde"]

[package]
authors = ["Roee Shoshani"]
categories = ["asynchronous", "algorithms", "network-programming"]
description = "A crate which allows performing async io operations in a framed manner"
edition = "2021"
keywords = ["framed", "async", "io", "frame", "net"]
license = "GPL-3.0-only"
name = "framed_aio"
readme = "README.md"
repository = "https://github.com/MaderNoob/framed_aio"
version = "0.1.1"