Crates.io | socker |
lib.rs | socker |
version | 0.0.1 |
created_at | 2025-09-17 00:00:22.729969+00 |
updated_at | 2025-09-17 00:00:22.729969+00 |
description | SOCKS protocol implementation |
homepage | |
repository | https://github.com/loncothad/socker |
max_upload_size | |
id | 1842552 |
size | 66,426 |
A SOCKS5 implementation available as as library.
It provides APIs for working with the protocol in a runtime-independant maner thanks to futures crate.
cargo
featurestokio
(disabled by default) - provides Tokio-based implementations for trait Client
and trait Server
.I'd recommend you looking into the implementations of the Tokio-based client and server to understand how to use the library.
This project uses Tiwaz License, version 1.0.