pretty-printing

Crates.iopretty-printing
lib.rspretty-printing
version0.0.4
sourcesrc
created_at2024-10-26 17:42:52.61792
updated_at2024-10-26 19:02:24.668064
descriptionA simple pretty print implementation
homepage
repository
max_upload_size
id1424016
size259,018
Xi Xiao (xixiaofinland)

documentation

README

Pretty printing

A simple implementation based on Justin's blog

There are a couple of json files in examples folder. You can run the command below to check the output.

cargo run --release --example json examples/4.json 40 # the last number is the printing line max_width.
Commit count: 0

cargo fmt