Type Flow Macros
This library provides powerful macro utilities for handling ordered type patterns in Rust.
Features
Pattern Matching Capabilities
The macros in this library demonstrate advanced pattern matching capabilities, including:
- Processing single elements
- Handling multiple elements with first, middle, and last identification
- Recursive pattern matching for arbitrary-length sequences