Syntex replacement?

I've noticed that Syntex is no longer maintained. The fork in Rustfmt is also in an old and unmaintaned branch.

I currently use syntex pretty-printer for AST to source code generation (not parsing).

Should I migrate to something else? What is the alternative?

I was looking for the same thing a couple of weeks ago and it seems like quote may be the way to go. Combine it with syn if you want an actual AST as well.

3 Likes