Expand description

A proc macro for pretty-printing ASTs (and nested structures in general).

Derive Macros

Automatically implements the AstToStr trait for the given struct or enum. Every field of the given item must implement AstToStr or be annotated with one of the the attributes.