| Crates.io | pretty-printing |
| lib.rs | pretty-printing |
| version | 0.0.4 |
| created_at | 2024-10-26 17:42:52.61792+00 |
| updated_at | 2024-10-26 19:02:24.668064+00 |
| description | A simple pretty print implementation |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1424016 |
| size | 259,018 |
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.