mfmt

GitHub Action Crate License

Meta formatter library in Rust

Technical notes

Unlike the Wadler's algorithm or some other formatters like prettier, mfmt does not search the best format given source codes. For example, we do not have any "group" combinator. Instead, we rather give mfmt information to reconstruct the "best" format that is available in the original source codes like Go.

References

License

The Unlicense