Expand description
Pretty-printing utilities for dumping Altium file structures.
Provides a tree-structured dump format for visualizing PCB and schematic library contents in a human-readable way.
Structs§
- Dump
Options - Options for controlling dump output.
- Tree
Builder - A builder for creating tree-structured output.
Traits§
- Dump
Tree - Trait for types that can dump themselves as a tree structure.
Functions§
- fmt_
angle - Format an angle in degrees.
- fmt_
bool - Format a boolean as yes/no.
- fmt_
coord - Format a coordinate value nicely (in mils).
- fmt_
coord_ point - Format a coordinate point from Coord types.
- fmt_
coord_ val - Format a single Coord value.
- fmt_
layer - Format a layer.
- fmt_
point - Format a coordinate point.