tiny_pretty 0.2.0

Tiny implementation of Wadler-style pretty printer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tiny_pretty"
version = "0.2.0"
edition = "2021"
authors = ["Pig Fang <g-plane@hotmail.com>"]
description = "Tiny implementation of Wadler-style pretty printer."
repository = "https://github.com/g-plane/tiny_pretty"
license = "MIT"
resolver = "2"

[dependencies]
unicode-width = { version = "0.1", optional = true }

[dev-dependencies]
itertools = "0.12"

[features]
unicode-width = ["dep:unicode-width"]