type-flow-macros 0.2.0

Macros to make pipelines that encode the order of operation execution in the type signature of the pipeline and allow for functions that mutate that order.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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