Crate modulink_rs
Source pub use chains::Chain;pub use links::Link;
- chains
- Chain struct for composing and running links with context, middleware, and branching.
- context
- Context type for modulink-rust
Serializable, type-safe map for passing data between links.
- links
- Link type for modulink-rust
Pure function: async closure, takes Context and returns Context.
- listeners
- macros
- Re-export macros for use throughout the crate
Modulink-RS Macro Implementations
- middleware
- Middleware trait for modulink-rust
Trait with async before/after hooks.
- chain
- Macro to compose a sequence of links into a chain.