pprint 0.1.0

A small pretty printing library for Rust
Documentation
1
2
3
4
5
# `pretty`

A pretty-printing module, inspired by Prettier. I wanted to have something similar in
Rust for my own projects, but I couldn't find anything that was simple enough to use; so
I wrote something close enough for me.