Docs.rs
  • socks5-impl-0.7.2
    • socks5-impl 0.7.2
    • Permalink
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ssrlive
    • blechschmidt
    • Dependencies
      • async-trait ^0.1 normal optional
      • bytes ^1 normal
      • percent-encoding ^2 normal
      • serde ^1 normal optional
      • thiserror ^2 normal
      • tokio ^1 normal optional
      • clap ^4 dev
      • ctrlc2 ^3 dev
      • dotenvy ^0.15 dev
      • env_logger ^0.11 dev
      • hickory-proto ^0.25 dev
      • log ^0.4 dev
      • moka ^0.12 dev
      • rand ^0.9 dev
      • tokio ^1 dev
      • tokio-util ^0.7 dev
    • Versions
    • 48.33% of the crate is documented
  • 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

socks5_impl0.7.2

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • client::SocksDatagram
  • client::SocksListener
  • client::UdpClientImpl
  • protocol::Request
  • protocol::Response
  • protocol::UdpHeader
  • protocol::handshake::Request
  • protocol::handshake::Response
  • protocol::handshake::password_method::Request
  • protocol::handshake::password_method::Response
  • protocol::handshake::password_method::UserKey
  • server::Server
  • server::auth::NoAuth
  • server::auth::UserKeyAuth
  • server::connection::Authenticated
  • 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
  • protocol::Address
  • protocol::AddressType
  • protocol::Command
  • protocol::Reply
  • protocol::Version
  • protocol::handshake::AuthMethod
  • protocol::handshake::password_method::Status
  • server::connection::ClientConnection

Traits

  • client::Socks5Reader
  • client::Socks5Writer
  • client::UdpClientTrait
  • protocol::AsyncStreamOperation
  • protocol::BufMut
  • protocol::StreamOperation
  • server::auth::AuthExecutor

Functions

  • client::connect
  • client::create_udp_client

Type Aliases

  • Result
  • client::GuardTcpStream
  • client::SocksUdpClient
  • server::auth::AuthAdaptor

Constants

  • protocol::handshake::password_method::SUBNEGOTIATION_VERSION