Docs.rs
  • socks5-impl-0.3.3
    • socks5-impl 0.3.3
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ssrlive
    • blechschmidt
    • Dependencies
      • async-trait ^0.1 normal
      • byteorder ^1.4 normal
      • bytes ^1.4 normal
      • thiserror ^1.0 normal
      • tokio ^1.28 normal
      • clap ^4.3 dev
      • log ^0.4 dev
      • rand ^0.8 dev
      • tokio ^1.28 dev
      • trust-dns-proto ^0.22 dev
    • Versions
    • 40.56% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate socks5_impl

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Definitions
?
Change settings

List of all items

Structs

  • client::SocksDatagram
  • client::SocksListener
  • client::UdpClientImpl
  • protocol::Request
  • protocol::Response
  • protocol::UdpHeader
  • protocol::handshake::HandshakeRequest
  • protocol::handshake::HandshakeResponse
  • protocol::handshake::password_method::Request
  • protocol::handshake::password_method::Response
  • protocol::handshake::password_method::UserKey
  • server::Server
  • server::auth::NoAuth
  • server::auth::PasswordAuth
  • server::connection::IncomingConnection
  • server::connection::associate::AssociatedUdpSocket
  • server::connection::associate::NeedReply
  • server::connection::associate::Ready
  • server::connection::associate::UdpAssociate
  • server::connection::bind::Bind
  • server::connection::bind::NeedFirstReply
  • server::connection::bind::NeedSecondReply
  • server::connection::bind::Ready
  • server::connection::connect::Connect
  • server::connection::connect::NeedReply
  • server::connection::connect::Ready

Enums

  • error::Error
  • protocol::Address
  • protocol::AddressType
  • protocol::Command
  • protocol::Reply
  • protocol::handshake::AuthMethod
  • server::connection::Connection

Traits

  • client::Socks5Reader
  • client::Socks5Writer
  • client::UdpClientTrait
  • server::auth::AuthExecutor

Functions

  • client::connect
  • client::create_udp_client

Type Definitions

  • client::GuardTcpStream
  • client::SocksUdpClient
  • error::Result

Constants

  • protocol::SOCKS_VERSION
  • protocol::handshake::password_method::SUBNEGOTIATION_VERSION