Docs.rs
  • geph4-protocol-0.8.0
    • geph4-protocol 0.8.0
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • crates.io
    • Source
    • Owners
    • nullchinchilla
    • Dependencies
      • acidjson ^0.1.2 normal
      • anyhow ^1.0.65 normal
      • arrayref ^0.3.6 normal
      • async-compat ^0.2.1 normal
      • async-net ^1.7.0 normal
      • async-trait ^0.1.57 normal
      • base64 ^0.13.0 normal
      • bincode ^1.3.3 normal
      • blake3 ^1.3.1 normal
      • bytes ^1.2.1 normal
      • chacha20poly1305 ^0.7 normal
      • dashmap ^5.4.0 normal
      • ed25519-dalek ^1.0.1 normal
      • event-listener ^2.5.3 normal
      • fastrand ^1.8.0 normal
      • futures-util ^0.3.24 normal
      • geph4-aioutils ^0.1.3 normal
      • hex ^0.4.3 normal
      • http-types ^2.12.0 normal
      • log ^0.4.17 normal
      • mizaru ^0.1.3 normal
      • nanorpc ^0.1.7 normal
      • native-tls ^0.2 normal
      • once_cell ^1.15.0 normal
      • parking_lot ^0.11.2 normal
      • rand ^0.7.3 normal
      • regex ^1.6.0 normal
      • reqwest ^0.11.12 normal
      • rsa ^0.3 normal
      • rsa-fdh ^0.5.0 normal
      • serde ^1.0.145 normal
      • serde_json ^1.0.85 normal
      • serde_with ^2.0.1 normal
      • sha2 ^0.9.9 normal
      • smol ^1.2.5 normal
      • smol-timeout ^0.6.0 normal
      • smol_str ^0.1.23 normal
      • smolscale ^0.3.41 normal
      • sosistab ^0.5 normal
      • stdcode ^0.1.10 normal
      • strsim ^0.10.0 normal
      • tap ^1.0.1 normal
      • thiserror ^1.0.37 normal
      • x25519-dalek ^1.2.0 normal
    • Versions
    • 30.15% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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 geph4_protocol

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

List of all items

Structs

  • binder::client::CachedBinderClient
  • binder::client::E2eeHttpTransport
  • binder::protocol::AuthRequest
  • binder::protocol::AuthResponse
  • binder::protocol::BinderClient
  • binder::protocol::BinderService
  • binder::protocol::BlindToken
  • binder::protocol::BridgeDescriptor
  • binder::protocol::Captcha
  • binder::protocol::ExitDescriptor
  • binder::protocol::MasterSummary
  • binder::protocol::SubscriptionInfo
  • binder::protocol::UserInfo
  • bridge_exit::BridgeExitClient
  • bridge_exit::BridgeExitService
  • bridge_exit::BridgeExitTransport
  • tunnel::BinderTunnelParams
  • tunnel::ClientTunnel
  • tunnel::ConnectionOptions
  • tunnel::Stats
  • tunnel::protosess::ProtoSession
  • vpn_msg::VpnStdio

Enums

  • binder::protocol::AuthError
  • binder::protocol::BinderError
  • binder::protocol::BoxDecryptError
  • binder::protocol::Level
  • binder::protocol::MiscFatalError
  • binder::protocol::RegisterError
  • bridge_exit::BridgeExitError
  • bridge_exit::RawProtocol
  • tunnel::ConnectionStatus
  • tunnel::EndpointSource
  • tunnel::TunnelStatus
  • vpn_msg::VpnMessage

Traits

  • binder::protocol::BinderProtocol
  • bridge_exit::BridgeExitProtocol

Functions

  • binder::protocol::box_decrypt
  • binder::protocol::box_encrypt
  • bridge_exit::serve_bridge_exit
  • tunnel::activity::notify_activity
  • tunnel::activity::wait_activity
  • tunnel::getsess::ipv4_addr_from_hostname
  • tunnel::getsess::parse_independent_endpoint
  • tunnel::getsess::sosistab_tcp
  • tunnel::getsess::sosistab_udp
  • vpn_msg::serialize

Type Definitions

  • binder::client::DynBinderClient