Docs.rs
  • faucet-server-1.0.0
    • faucet-server 1.0.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • andyquinterom
    • Dependencies
      • async-trait ^0.1 normal
      • base64 ^0.22 normal
      • clap ^4.5 normal
      • ctrlc ^3 normal
      • deadpool ^0.10 normal
      • env_logger ^0.11 normal
      • futures-util ^0.3 normal
      • fxhash ^0.2.1 normal
      • http-body-util ^0.1 normal
      • hyper ^1 normal
      • hyper-util ^0.1 normal
      • log ^0.4 normal
      • num_cpus ^1 normal
      • serde ^1.0.204 normal
      • sha1 ^0.10 normal
      • tokio ^1 normal
      • tokio-stream ^0.1 normal
      • tokio-tungstenite ^0.23 normal
      • tokio-util ^0.7 normal
      • toml ^0.8.19 normal
      • tower ^0.5.1 normal
    • Versions
    • 19.81% 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

faucet_server1.0.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • cli::Args
  • cli::RouterArgs
  • cli::StartArgs
  • client::ExclusiveBody
  • client::load_balancing::ip_hash::IpHash
  • client::load_balancing::round_robin::RoundRobin
  • server::FaucetServerBuilder
  • server::FaucetServerConfig
  • server::FaucetServerService
  • server::RouterConfig

Enums

  • cli::Commands
  • cli::IpFrom
  • cli::Strategy
  • client::UpgradeStatus
  • client::load_balancing::IpExtractor
  • client::load_balancing::Strategy
  • client::worker::WorkerType
  • error::BadRequestReason
  • error::FaucetError
  • server::logger::Target

Traits

  • client::ExtractSocketAddr

Functions

  • server::logger::build_logger

Type Aliases

  • error::FaucetResult