pretty-printer 0.1.1

A macro to simplify pretty-printing complex structures in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "pretty-printer"
version = "0.1.1"
edition = "2021"
authors = ["Irfan Eralp Kavakli"]
description = "A macro to simplify pretty-printing complex structures in Rust"
license = "MIT"
repository = "https://github.com/bulpara/pretty-printer"

[dependencies]