acceptor-std 0.0.1

std-based acceptors built on the accepts core traits
Documentation
[dependencies.accepts]
default-features = false
version = "0.0.2"

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

[package]
authors = ["Mikou"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous"]
description = "std-based acceptors built on the accepts core traits"
documentation = "https://docs.rs/acceptor-std"
edition = "2024"
homepage = "https://github.com/acceptor-rs/acceptor-std"
keywords = ["accepts", "acceptor", "pipeline", "async"]
license = "MIT OR Apache-2.0"
name = "acceptor-std"
readme = "README.md"
repository = "https://github.com/acceptor-rs/acceptor-std"
version = "0.0.1"