tokio-anysocket

Crates.iotokio-anysocket
lib.rstokio-anysocket
version0.1.0
created_at2026-01-01 17:17:23.309274+00
updated_at2026-01-01 17:17:23.309274+00
descriptionAbstracted API over tokio's TCP and Unix streams.
homepagehttps://github.com/threadexio/tokio-anysocket
repositoryhttps://github.com/threadexio/tokio-anysocket
max_upload_size
id2016492
size53,488
1337 (threadexio)

documentation

README

tokio-anysocket



Abstracted API over tokio's TCP and Unix streams.

version-badge docs-badge license-badge



A simple crate that abstracts over tokio's TCP and Unix stream sockets allowing an application to choose at runtime which socket it uses.

This crate aims to be a drop-in replacement for tokio's imports. Any deviation from tokio's API is considered a bug. (not including differences in the import paths themselves)

Commit count: 0

cargo fmt