Alpha v0.1.0 #1
jngls
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A derive macro-based library for flexible syntax tree formatting with pretty printing support.
syntaxfmtprovides a trait-based approach to formatting syntax trees with both compact and pretty-printed output modes. It's designed for compiler frontends, code generators, and any application that needs to format structured data as text with optional formatting.Features
#[derive(SyntaxFmt)].pretty()method chainingVec<T>,&[T], and[T; N]typesboolandOption<T>typesSyntaxFmtMore Info
syntaxfmt
syntaxfmt docs
This discussion was created from the release Alpha v0.1.0.
Beta Was this translation helpful? Give feedback.
All reactions