type-flow-macros 0.1.2

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

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