Docs.rs
  • app-frame-0.3.1
    • app-frame 0.3.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dnut
    • Dependencies
      • anyhow ^1.0 normal
      • async-trait ^0.1.64 normal
      • futures ^0.3 normal
      • hyper ^0.14.26 normal
      • ordered-float ^3.6.0 normal
      • parking_lot ^0.12 normal
      • priority-queue ^1.3.1 normal
      • regex ^1.8.3 normal
      • tokio ^1 normal
      • tracing ^0.1 normal
    • Versions
    • 44.85% of the crate is documented
  • 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

app_frame0.3.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Never
  • backoff::BackoffConfig
  • backoff::BackoffTracker
  • health_endpoint::HealthEndpointConfig
  • queue_consumer::Dispatch
  • queue_consumer::QueueReceiveConfig
  • queue_consumer::QueueReceiver
  • service::LoopConfig
  • service::LoopingJobService
  • service::LoopingMutJobService
  • service_manager::RunConfig
  • service_manager::ServiceManager
  • service_manager::ServiceReport
  • service_manager::ServiceReportSummary
  • service_manager::Unhealthy
  • time::Insomniac
  • time::SystemClock
  • time::TokioSleeper

Enums

  • backoff::BackoffStrategy
  • queue_consumer::BatchStrategy
  • queue_consumer::Override
  • service_manager::ServiceStatus

Traits

  • ToError
  • dependency_injection::ProvideA
  • dependency_injection::Provides
  • error::LogError
  • queue_consumer::BatchProcessor
  • queue_consumer::Receiver
  • service::AsJob
  • service::Job
  • service::LoopableJob
  • service::MutJob
  • service::SelfConfiguredLoop
  • service::Service
  • service_manager::Application
  • service_manager::Heartbeat
  • service_manager::Initialize
  • service_manager::Serves
  • time::Clock
  • time::Sleeper

Macros

  • application
  • clone_to_async
  • inject
  • newtype

Functions

  • error::display_error
  • health_endpoint::run
  • queue_consumer::process_batch
  • short_name

Type Aliases

  • queue_consumer::Queue