-
try_match
Fallible pattern matching with a function-like syntax
-
matchy-match-mode
Shared MatchMode enum for matchy workspace (internal)
-
match-commutative
Match on patterns commutatively, reducing the use of duplicated patterns. ↔️
-
match_any
declarative macro, that matches an expression to any of the patterns and executes the same expression arm for any match
-
all-the-same
A procedural macro that copy-pastes match arms for new type variant enums
-
extrude
A macro for unwrapping an enum value into an Option
-
enum_for_matches
enum_for_matchesis a procedural macro that runs a match arm for each enum variant passed into it regardless of type -
try_enum
match enum
-
irmatch
Macro to match against a guaranteed enum variant
-
safe-goto
Emulating a safe goto-like instruction in Rust in the spirit of the "Safe goto with value" pre-RFC from IRLO
-
is_variant
Generates methods to match enum variant
-
extensible
A plugin to prevent exhaustive matches from being used on enums marked as 'extensible'
Try searching with DuckDuckGo.