acceptor-std 0.0.1

std-based acceptors built on the accepts core traits
Documentation
[package]
name = "acceptor-std"
version = "0.0.1"
edition = "2024"

authors = ["Mikou"]
license = "MIT OR Apache-2.0"
description = "std-based acceptors built on the accepts core traits"
readme = "README.md"

documentation = "https://docs.rs/acceptor-std"
repository = "https://github.com/acceptor-rs/acceptor-std"
homepage = "https://github.com/acceptor-rs/acceptor-std"

keywords = ["accepts", "acceptor", "pipeline", "async"]
categories = ["asynchronous"]

[dependencies]
accepts = { version = "0.0.2", default-features = false }