Docs.rs
  • hammerwork-web-1.2.0
    • hammerwork-web 1.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • CodingAnarchy
    • Dependencies
      • anyhow ^1.0 normal
      • base64 ^0.22 normal
      • bcrypt ^0.15 normal optional
      • chrono ^0.4 normal
      • clap ^4.0 normal
      • futures-util ^0.3 normal
      • hammerwork ^1.2.1 normal
      • reqwest ^0.12 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sqlx ^0.8 normal
      • tokio ^1.0 normal
      • tokio-tungstenite ^0.21 normal
      • toml ^0.8 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • uuid ^1.0 normal
      • warp ^0.3 normal
      • tempfile ^3.8 dev
      • tokio-test ^0.4 dev
    • Versions
    • 30.66% of the crate is documented
  • Go to latest version
  • Platform
    • 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

hammerwork_web1.2.0

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • api::ApiResponse
  • api::FilterParams
  • api::PaginatedResponse
  • api::PaginationMeta
  • api::PaginationParams
  • api::SortParams
  • api::jobs::BulkJobActionRequest
  • api::jobs::CreateJobRequest
  • api::jobs::JobActionRequest
  • api::jobs::JobInfo
  • api::jobs::JobSearchRequest
  • api::queues::DetailedQueueStats
  • api::queues::HourlyThroughput
  • api::queues::QueueActionRequest
  • api::queues::QueueInfo
  • api::queues::RecentError
  • api::stats::DetailedStats
  • api::stats::ErrorPattern
  • api::stats::HourlyTrend
  • api::stats::PerformanceMetrics
  • api::stats::QueueStats
  • api::stats::StatsQuery
  • api::stats::SystemAlert
  • api::stats::SystemHealth
  • api::stats::SystemOverview
  • api::stats::TimeRange
  • api::system::BuildInfo
  • api::system::ConfigUpdateRequest
  • api::system::DatabaseInfo
  • api::system::MaintenanceRequest
  • api::system::MetricsInfo
  • api::system::RuntimeInfo
  • api::system::ServerConfig
  • api::system::SystemInfo
  • auth::AuthState
  • config::AuthConfig
  • config::DashboardConfig
  • config::WebSocketConfig
  • server::WebDashboard
  • websocket::JobUpdate
  • websocket::QueueStats
  • websocket::WebSocketState

Enums

  • auth::AuthError
  • websocket::AlertSeverity
  • websocket::BroadcastMessage
  • websocket::ClientMessage
  • websocket::ServerMessage

Functions

  • api::handle_api_error
  • api::jobs::routes
  • api::queues::routes
  • api::stats::routes
  • api::system::routes
  • api::with_filters
  • api::with_pagination
  • api::with_sort
  • auth::auth_filter
  • auth::extract_basic_auth
  • auth::handle_auth_rejection

Type Aliases

  • Result