prettyprint 1.0.9

Pretty-print structured strings heuristically based on parentheses


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:


This package provides sub packages which can be used individually:

prettyprint:pp - Pretty-print runner that reads stdin and outputs prettyprinted lines

prettyprint

prettyprint takes a string representing a tree of parentheses and linebreaks and indents it.

Usage

Command line tool

dub run prettyprint:pp < logfile

Library

import prettyprint : prettyprint;

string formattedOutput = object.toString().prettyprint;

API

public string prettyprint(const string text, size_t columnWidth = 80);
Authors:
  • Mathis Beer
Sub packages:
prettyprint:pp
Dependencies:
none
Versions:
1.0.9 2022-Aug-24
1.0.8 2022-Jun-23
1.0.7 2021-Mar-03
1.0.6 2020-Jul-06
1.0.5 2020-Jun-05
Show all 12 versions
Download Stats:
  • 37 downloads today

  • 185 downloads this week

  • 1198 downloads this month

  • 14801 downloads total

Score:
2.7
Short URL:
prettyprint.dub.pm