Docs.rs
  • tcp-handler-0.6.0
    • tcp-handler 0.6.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • xuxiaocheng0201
    • Dependencies
      • aead ^0 normal optional
      • aes-gcm ~0.10 normal optional
      • bytes ^1 normal
      • flate2 ^1 normal optional
      • once_cell ^1 normal
      • rand ~0.8 normal optional
      • rsa ~0.9 normal optional
      • serde ^1 normal optional
      • thiserror ^1 normal
      • tokio ^1 normal
      • variable-len-reader ^3.2 normal
      • anyhow ^1 dev
      • serde_json ^1 dev
      • tokio ^1 dev
      • variable-len-reader ^3 dev
      • reportme >=0.2 build
    • Versions
    • 100% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

tcp_handler0.6.0

  • Structs
  • Enums
  • Functions
?
Change settings

List of all items

Structs

  • Compression
  • common::Cipher
  • config::Config

Enums

  • common::PacketError
  • common::ProtocolVariant
  • common::StarterError

Functions

  • compress::client_init
  • compress::client_start
  • compress::recv
  • compress::send
  • compress::server_init
  • compress::server_start
  • compress_encrypt::client_init
  • compress_encrypt::client_start
  • compress_encrypt::recv
  • compress_encrypt::send
  • compress_encrypt::server_init
  • compress_encrypt::server_start
  • config::get_compression
  • config::get_config
  • config::get_max_packet_size
  • config::set_config
  • encrypt::client_init
  • encrypt::client_start
  • encrypt::recv
  • encrypt::send
  • encrypt::server_init
  • encrypt::server_start
  • raw::client_init
  • raw::client_start
  • raw::recv
  • raw::send
  • raw::server_init
  • raw::server_start