match_string_macros 0.1.1

Proc-macro to provide ergonomic pattern-matching syntax for the `match-string` crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.