Docs.rs
queuey-core-0.2.1
queuey-core 0.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
14 September 2026
Links
Repository
crates.io
Source
Owners
jaapieaapie1
Dependencies
async-trait ^0.1
normal
futures ^0.3
normal
rand ^0.10.2
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tracing ^0.1
normal
uuid ^1
normal
tokio ^1
dev
tracing-subscriber ^0.3
dev
Versions
100%
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
Skip to main content
Module producer
queuey_
core
0.2.1
Module producer
Module Items
Structs
In crate queuey_
core
queuey_core
Module
producer
Copy item path
Source
Expand description
The
Producer
: type-safe publishing into a queue set.
Structs
ยง
Producer
Type-safe publisher.
Q
pins the producer to one queue set so a job from a different application cannot be enqueued by accident.