rustsym
rustsym copied to clipboard
Find alternative to syntex_syntax
Since syntex_syntax
is no longer maintained, we need an alternative solution for parsing Rust to an AST.
I'm not as involved in the rust community as much as I would like to be, so I'm out of the loop as far as AST parsers go for Rust.
syn works very well.