Docs.rs
hexeract-outbox-0.5.0
hexeract-outbox 0.5.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
pierrick-fonquerne
Dependencies
async-trait ^0.1
normal
fastrand ^2
normal
hexeract-core ^0.5
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
trait-variant ^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 handler
hexeract_
outbox
0.5.0
Module handler
Module Items
Traits
In crate hexeract_
outbox
hexeract_outbox
Module
handler
Copy item path
Source
Expand description
Asynchronous handler contract dispatched by the worker.
Traits
ยง
Handler
Asynchronous handler dispatched by the outbox worker for each event of type
E
.