Skip to content

v0.1.0

Choose a tag to compare

@ehsanmok ehsanmok released this 15 Apr 05:14
· 13 commits to main since this release

Initial release of pprint: reflection-driven pretty printer for Mojo structs.

Supported features:

  • Zero-boilerplate pretty printing via compile-time reflection
  • Configurable indentation, depth limits, item limits
  • Optional type annotations (show_types mode)
  • JSON-style output (booleans as true/false, strings quoted)

API documentation: https://ehsanmok.github.io/pprint/