pprint 0.2.2

Flexible and lightweight pretty printing library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pprint"
version = "0.2.2"
edition = "2021"
license = "MIT"
description = "Flexible and lightweight pretty printing library for Rust"
repository = "https://github.com/mkbabb/pprint"
readme = "README.md"
keywords = ["pretty", "printing", "rust"]
categories = ["text-processing", "development-tools"]

[lib]
name = "pprint"
path = "src/lib.rs"

[dependencies]
pprint_derive = { path = "./derive", version = "0.1.0" }
regex = "1.9.3"