socker

Crates.iosocker
lib.rssocker
version0.0.1
created_at2025-09-17 00:00:22.729969+00
updated_at2025-09-17 00:00:22.729969+00
descriptionSOCKS protocol implementation
homepage
repositoryhttps://github.com/loncothad/socker
max_upload_size
id1842552
size66,426
(loncothad)

documentation

README

socker

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 features

  • tokio (disabled by default) - provides Tokio-based implementations for trait Client and trait Server.

How to use

I'd recommend you looking into the implementations of the Tokio-based client and server to understand how to use the library.

License

This project uses Tiwaz License, version 1.0.

Commit count: 2

cargo fmt