Docs.rs
  • lazycelery-0.4.0
    • lazycelery 0.4.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Fguedes90
    • Dependencies
      • anyhow ^1.0 normal
      • async-trait ^0.1 normal
      • base64 ^0.21 normal
      • chrono ^0.4 normal
      • clap ^4.4 normal
      • crossterm ^0.27 normal
      • lapin ^2.3 normal
      • ratatui ^0.26 normal
      • redis ^0.24 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • tokio ^1.35 normal
      • toml ^0.8 normal
      • mockall ^0.11 dev
      • tempfile ^3.8 dev
    • Versions
    • 0% of the crate is documented
  • 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

lazycelery0.4.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • app::App
  • broker::amqp::AmqpBroker
  • broker::redis::RedisBroker
  • config::BrokerConfig
  • config::Config
  • config::UiConfig
  • models::queue::Queue
  • models::task::Task
  • models::worker::Worker
  • ui::widgets::queues::QueueWidget
  • ui::widgets::tasks::TaskWidget
  • ui::widgets::workers::WorkerWidget

Enums

  • app::PendingAction
  • app::Tab
  • error::AppError
  • error::BrokerError
  • models::task::TaskStatus
  • models::worker::WorkerStatus
  • ui::events::AppEvent

Traits

  • broker::Broker

Functions

  • ui::draw
  • ui::events::handle_key_event
  • ui::events::next_event
  • utils::formatting::format_duration
  • utils::formatting::format_timestamp
  • utils::formatting::truncate_string