Expand description
Text-formatting APIs for parsed class files.
Text-formatting APIs for complete Class models.
A Formatter may stream to any std::fmt::Write destination. Its provided
Formatter::format method collects that output into a String.
Structs§
- Ferro
Formatter - FerroBabe’s compact formatter for bytecode-oriented inspection.
Traits§
- Formatter
- Renders a complete class model into text.