Crate ra_ap_ssr

Source
Expand description

Structural Search Replace

Allows searching the AST for code that matches one or more patterns and then replacing that code based on a template.

Structsยง

Match
Information about a match that was found.
MatchDebugInfo
MatchFinder
Searches a crate for pattern matches and possibly replaces them with something else.
SsrError
SsrMatches
SsrPattern
SsrRule