tiny_pretty 0.3.1

Tiny implementation of Wadler-style pretty printer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tiny_pretty"
version = "0.3.1"
edition = "2024"
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 = "3"

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

[dev-dependencies]
itertools = "0.14"