Skip to main content

shepherd_rs/processor/
mod.rs

1//! # A module for processing transformation requests
2//!
3//! This module defines the processor component, responsible for managing
4//! transformation and consumption attempts.
5
6pub mod processor;
7pub mod simple_processor;
8pub use processor::Processor;