type-flow-macros

Crates.iotype-flow-macros
lib.rstype-flow-macros
version0.2.0
created_at2025-06-28 02:29:49.541921+00
updated_at2025-09-23 02:19:43.521279+00
descriptionMacros 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.
homepagehttps://artaius.dyndns.org/stizer/type-flow-macros
repositoryhttps://artaius.dyndns.org/stizer/type-flow-macros
max_upload_size
id1729437
size43,531
Andrew Stevens (athomasstevens)

documentation

README

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
Commit count: 0

cargo fmt