Jonathan Kelley 2884d72b08 chore: make clippy happy %!s(int64=3) %!d(string=hai) anos
..
src 28a0c67275 polish: clean up the examples and move autofmt sample into dedicated file %!s(int64=3) %!d(string=hai) anos
tests 2884d72b08 chore: make clippy happy %!s(int64=3) %!d(string=hai) anos
Cargo.toml 398cbc6534 wip: rely on git version of prettyplease, refactor autofmt %!s(int64=3) %!d(string=hai) anos
README.md 5b9e34aadd feat: add fork of prettyplease for autoformatting %!s(int64=3) %!d(string=hai) anos

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.