syntaxfmt-macros
Procedural macros for the syntaxfmt crate.
This crate provides the #[derive(SyntaxFmt)] macro that automatically implements the SyntaxFmt trait for your types.
Usage
You should not use this crate directly. Instead, use the syntaxfmt crate which re-exports this functionality:
use SyntaxFmt;
For complete documentation and examples, see the syntaxfmt documentation.
License
This project is dual licensed under MIT OR Apache-2.0.