accepts 0.0.2

Minimal traits and blanket impls for sync/async acceptors (pipeline foundation)
Documentation
[package]
name = "accepts"
version = "0.0.2"
edition = "2024"

authors = ["Mikou"]
license = "MIT OR Apache-2.0"
description = "Minimal traits and blanket impls for sync/async acceptors (pipeline foundation)"
readme = "README.md"

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

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

[dependencies]

[features]
default = ["alloc"]

alloc = []