prettyplease

A minimal `syn` syntax tree pretty-printer

APACHE-2.0 License

Downloads
79.3M
Stars
588
Committers
2
prettyplease - 0.2.21 Latest Release

Published by dtolnay about 2 months ago

  • Support formatting tail-call become expressions (#79)
prettyplease -

Published by dtolnay 6 months ago

  • Resolve unexpected_cfgs warning (#73)
prettyplease -

Published by dtolnay 6 months ago

  • Improve line placement for field assignment with multiline value (#68)
prettyplease -

Published by dtolnay 6 months ago

  • Support Rust 1.77's C-string literal syntax
prettyplease -

Published by dtolnay 7 months ago

  • Fix formatting of imports that contain ::{self as (#70)
prettyplease -

Published by dtolnay 10 months ago

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
prettyplease -

Published by dtolnay 10 months ago

  • Improve indentation of if-let and while-let expressions (#60)
prettyplease -

Published by dtolnay about 1 year ago

prettyplease -

Published by dtolnay about 1 year ago

prettyplease -

Published by dtolnay over 1 year ago

  • Documentation improvements
prettyplease - 0.2.11

Published by dtolnay over 1 year ago

  • Improve let-else formatting (#56)
prettyplease -

Published by dtolnay over 1 year ago

  • Preserve attributes on verbatim Expr (#54)
prettyplease -

Published by dtolnay over 1 year ago

  • Recognize ... placeholder in all Verbatim variants
prettyplease -

Published by dtolnay over 1 year ago

  • Prevent brace insertion from changing meaning of closure bodies (#52)
prettyplease -

Published by dtolnay over 1 year ago

  • Format some standard library macros better (#51)
prettyplease -

Published by dtolnay over 1 year ago

  • Fix semicolon on macro_rules written with parentheses (#48)
prettyplease -

Published by dtolnay over 1 year ago

prettyplease -

Published by dtolnay over 1 year ago

  • Improve formatting of path generics in the trait part of qpath
prettyplease -

Published by dtolnay over 1 year ago

  • Improve formatting of match arms (#45)
prettyplease -

Published by dtolnay over 1 year ago

  • Fill in even more Verbatim item support