pretty-expressive 1.0.0

A pretty expressive printer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# pretty-expressive

_A Pretty Expressive Printer_

[![Crates.io Version](https://img.shields.io/crates/v/pretty-expressive)](https://crates.io/crates/pretty-expressive)
[![docs.rs](https://img.shields.io/docsrs/pretty-expressive)](https://docs.rs/pretty-expressive/latest/pretty-expressive/)
![Crates.io MSRV](https://img.shields.io/crates/msrv/pretty-expressive)
[![Crates.io License](https://img.shields.io/crates/l/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/).