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