Binary package “librust-socks-dev” in ubuntu oracular

SOCKS proxy clients - Rust source code

 SOCKS proxy support for Rust.
 .
 SOCKS is an Internet protocol that exchanges network packets
 between a client and server through a proxy server.
 SOCKS5 optionally provides authentication
 so only authorized users may access a server.
 Practically, a SOCKS server proxies TCP connections
 to an arbitrary IP address,
 and provides a means for UDP packets to be forwarded.
 .
 This package contains the source for the Rust socks crate,
 packaged for use with cargo and dh-cargo.