1
0
Jonathan Kelley 2884d72b08 chore: make clippy happy 3 жил өмнө
..
src 28a0c67275 polish: clean up the examples and move autofmt sample into dedicated file 3 жил өмнө
tests 2884d72b08 chore: make clippy happy 3 жил өмнө
Cargo.toml 398cbc6534 wip: rely on git version of prettyplease, refactor autofmt 3 жил өмнө
README.md 5b9e34aadd feat: add fork of prettyplease for autoformatting 3 жил өмнө

README.md

This crate autofmts blocks of rsx!

This crate formats rsx! by parsing call bodies and pretty-printing them back out.

It also incorporates a fork of prettyplease to allow formatting arbitrary rust code too. Prettyplease rejected a suggestion to allow arbitrary expression formatting - something our fork lets us do.