Crate improved_slice_patterns

Source
Expand description

A tiny crate that provides two macros to help matching on Vecs and iterators using the syntax of slice_patterns

Macrosยง

destructure_iter
Destructure an iterator using the syntax of slice_patterns.
match_vec
Pattern-match on a vec using the syntax of slice_patterns.