| Crates.io | match_string_macros |
| lib.rs | match_string_macros |
| version | 0.1.1 |
| created_at | 2025-12-24 13:05:46.16629+00 |
| updated_at | 2025-12-24 13:16:28.12541+00 |
| description | Proc-macro to provide ergonomic pattern-matching syntax for the `match-string` crate |
| homepage | https://github.com/yourusername/match-string |
| repository | https://github.com/yourusername/match-string |
| max_upload_size | |
| id | 2003140 |
| size | 11,609 |
Proc-macro companion for the match-string crate. Provides the matches! macro for ergonomic pattern-matching and captures.
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.
Dual-licensed under MIT OR Apache-2.0. See LICENSE for details.