Docs.rs
allora-runtime-0.0.2
allora-runtime 0.0.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jccarrillo
Dependencies
allora-core ^0.0.2
normal
allora-http ^0.0.2
normal
hyper ^0.14
normal
inventory ^0.3
normal
serde ^1.0
normal
serde_yaml ^0.9
normal
tokio ^1.39
normal
tracing ^0.1
normal
Versions
31.4%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Module route
allora_
runtime
0.0.2
Module route
Module Items
Structs
In crate allora_
runtime
allora_runtime
Module
route
Copy item path
Source
Structs
ยง
Route
A
Route
represents an ordered pipeline of
Processor
implementations applied to an
Exchange
. Each processor can mutate the
Exchange
(e.g. enrich headers, transform the payload, set
out_msg
, assign correlation identifiers, etc.).