Expand description
Print (or serialize) IR to human and machine readable text.
This module implements a document based pretty-printer. A couple of 3rd party pretty printing crates were assessed but didn’t seem to work as well as this simple version, which is quite effective.
Structs§
Constants§
Functions§
- Print a function to stdout.
- Print a module to stdout.
- Pass to print a module to stdout.
- Pretty-print a whole
Context
to a string.