# pretty-expressive
_A Pretty Expressive Printer_
[](https://crates.io/crates/pretty-expressive)
[](https://docs.rs/pretty-expressive/latest/pretty-expressive/)

[](https://opensource.org/licenses/MIT)
pretty-expressive is a pretty printer: a tool for finding the prettiest layout for a text document, and a language for
describing documents to the printer. This crate is a port of the Racket and OCaml libraries of the same name.
More information on how to use this crate can be found in the [module documentation](https://docs.rs/pretty-expressive/latest/pretty-expressive/).