pprint 0.2.0

Flexible and lightweight printing library for Rust
Documentation
[dependencies.pprint_derive]
version = "0.1.0"

[dependencies.regex]
version = "1.9.3"

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

[package]
categories = ["text-processing", "development-tools"]
description = "Flexible and lightweight printing library for Rust"
edition = "2021"
keywords = ["pretty", "printing", "rust"]
license = "MIT"
name = "pprint"
readme = "README.md"
repository = "https://github.com/mkbabb/pprint"
version = "0.2.0"