match_string_macros 0.1.0

Proc-macro to provide ergonomic pattern-matching syntax for the `match-string` crate
Documentation

match-string-macros

Proc-macro companion for the match-string crate. Provides the matches! macro for ergonomic pattern-matching and captures.

Usage

Include the crate alongside match-string and call match_string_macros::matches! in your code. The macro expands to a call into match-string's runtime.

License

Dual-licensed under MIT OR Apache-2.0. See LICENSE for details.