| Crates.io | tokio-anysocket |
| lib.rs | tokio-anysocket |
| version | 0.1.0 |
| created_at | 2026-01-01 17:17:23.309274+00 |
| updated_at | 2026-01-01 17:17:23.309274+00 |
| description | Abstracted API over tokio's TCP and Unix streams. |
| homepage | https://github.com/threadexio/tokio-anysocket |
| repository | https://github.com/threadexio/tokio-anysocket |
| max_upload_size | |
| id | 2016492 |
| size | 53,488 |
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)