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 an iterator using the syntax of slice_patterns.
  • Pattern-match on a vec using the syntax of slice_patterns.