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.