v0.1.0
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_typesmode) - JSON-style output (booleans as
true/false, strings quoted)
API documentation: https://ehsanmok.github.io/pprint/