Docs.rs
  • throttlecrab-server-0.2.4
    • throttlecrab-server 0.2.4
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • lazureykis
    • Dependencies
      • anyhow ^1 normal
      • async-trait ^0.1 normal
      • axum ^0.8 normal
      • bytes ^1 normal
      • clap ^4.5 normal
      • config ^0 normal
      • prost ^0.14 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • throttlecrab ^0.2.4 normal
      • tokio ^1 normal
      • tonic ^0.14 normal
      • tonic-prost ^0.14 normal
      • tower ^0.5 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • bincode ^2 dev
      • bytes ^1 dev
      • criterion ^0.7 dev
      • parking_lot ^0.12 dev
      • rand ^0.9 dev
      • reqwest ^0.12 dev
      • tokio-test ^0.4 dev
      • tonic-build ^0.14.0 build
      • tonic-prost-build ^0.14.0 build
    • Versions
    • 76.3% of the crate is documented
  • This release has been yanked, 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

throttlecrab_server0.2.4

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • actor::RateLimiterActor
  • actor::RateLimiterHandle
  • config::Args
  • config::Config
  • config::GrpcConfig
  • config::HttpConfig
  • config::NativeConfig
  • config::StoreConfig
  • config::TransportConfig
  • transport::grpc::GrpcTransport
  • transport::grpc::RateLimiterService
  • transport::grpc::throttlecrab_proto::ThrottleRequest
  • transport::grpc::throttlecrab_proto::ThrottleResponse
  • transport::grpc::throttlecrab_proto::rate_limiter_client::RateLimiterClient
  • transport::grpc::throttlecrab_proto::rate_limiter_server::RateLimiterServer
  • transport::http::HttpErrorResponse
  • transport::http::HttpThrottleRequest
  • transport::http::HttpTransport
  • transport::native::NativeTransport
  • types::ThrottleRequest
  • types::ThrottleResponse

Enums

  • actor::RateLimiterMessage
  • config::StoreType

Traits

  • transport::Transport
  • transport::grpc::throttlecrab_proto::rate_limiter_server::RateLimiter

Functions

  • store::create_rate_limiter

Constants

  • transport::grpc::throttlecrab_proto::rate_limiter_server::SERVICE_NAME