Crate matrix_match

source ·
Expand description

This crate provides a macro to easily match on two values at the same time.

The matrix_match macro transforms a matrix of possible results into match statements rust understands. See the its documentation for examples and specifics.

This crate can be used in no-std contexts.

Macros

Macro to match on a pair of values.