Docs.rs
celery-rs-0.6.2
celery-rs 0.6.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
longzhi
Dependencies
async-trait ^0.1.89
normal
base64 ^0.22.1
normal
celery-rs-codegen ^0.6.2
normal
optional
chrono ^0.4.42
normal
colored ^3.0.0
normal
deadpool-redis ^0.22.0
normal
futures ^0.3.31
normal
futures-lite ^2.6.1
normal
globset ^0.4.16
normal
hostname ^0.4.1
normal
lapin ^3.6.0
normal
log ^0.4.28
normal
once_cell ^1.21.3
normal
rand ^0.8
normal
redis ^0.32.5
normal
rmp-serde ^1.3.0
normal
optional
rmpv ^1.3.0
normal
optional
serde ^1.0.221
normal
serde-pickle ^1.2.0
normal
optional
serde_json ^1.0.143
normal
serde_yaml ^0.9.34
normal
optional
thiserror ^2.0.16
normal
tokio ^1.47.1
normal
tokio-executor-trait ^3.1.0
normal
tokio-reactor-trait ^2.8.0
normal
tokio-stream ^0.1.17
normal
uuid ^1.18.1
normal
anyhow ^1.0.99
dev
env_logger ^0.11.8
dev
rmp-serde ^1.3.0
dev
rmpv ^1.3.0
dev
serde-pickle ^1.2.0
dev
serde_yaml ^0.9.34
dev
structopt ^0.3.26
dev
Versions
65.38%
of the crate is documented
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
Module backend
celery
0.6.2
Module backend
Module Items
Structs
Enums
Traits
In crate celery
celery
Module
backend
Copy item path
Source
Structs
§
Redis
Backend
Redis-backed task result store compatible with Celery’s default key layout.
Task
Meta
Metadata persisted in a result backend.
Enums
§
Task
State
Task states that mirror the canonical Celery state machine.
Traits
§
Result
Backend