match_string_macros

Crates.iomatch_string_macros
lib.rsmatch_string_macros
version0.1.1
created_at2025-12-24 13:05:46.16629+00
updated_at2025-12-24 13:16:28.12541+00
descriptionProc-macro to provide ergonomic pattern-matching syntax for the `match-string` crate
homepagehttps://github.com/yourusername/match-string
repositoryhttps://github.com/yourusername/match-string
max_upload_size
id2003140
size11,609
Dexer Matters (DexerMatters)

documentation

README

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.

Commit count: 0

cargo fmt