| Crates.io | tokio-socks |
| lib.rs | tokio-socks |
| version | 0.5.2 |
| created_at | 2019-01-30 12:06:58.956535+00 |
| updated_at | 2024-07-27 16:16:03.24722+00 |
| description | Asynchronous SOCKS proxy support for Rust. |
| homepage | https://github.com/sticnarf/tokio-socks |
| repository | https://github.com/sticnarf/tokio-socks |
| max_upload_size | |
| id | 111584 |
| size | 114,967 |
Asynchronous SOCKS proxy support for Rust.
CONNECT commandBIND commandASSOCIATE commandBy default, the tokio feature is enabled, as the crate name suggests.
Users can opt out tokio by setting default-features = false. The *_with_socket functions accept types implementing the AsyncSocket trait.
The crate provides io::Compat that implements AsyncSocket for futures-io types (requiring the futures-io feature).
This project is licensed under the MIT License - see the LICENSE file for details.