Docs.rs
layer0-0.4.1
layer0 0.4.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
SecBear
Dependencies
async-trait ^0.1
normal
rust_decimal ^1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
optional
tokio ^1
dev
Versions
100%
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
Skip to main content
Module effect
layer0
0.4.1
Module effect
Module Items
Structs
Enums
In crate layer0
layer0
Module
effect
Copy item path
Source
Expand description
Effect system — side-effects declared by operators for external execution.
Structs
§
Signal
Payload
Payload for inter-operator/workflow signals.
Enums
§
Effect
A side-effect declared by an operator. NOT executed by the operator — the calling layer decides when and how to execute it.
LogLevel
Log severity levels.
Scope
Where state lives. Scopes are hierarchical — a session scope is narrower than a workflow scope, which is narrower than global.