Crate modulink_rs

Crate modulink_rs 

Source

Re-exports§

pub use chains::Chain;

Modules§

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.

Macros§

chain
Macro to compose a sequence of links into a chain.