Skip to main content

Module dump

Module dump 

Source
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§

DumpOptions
Options for controlling dump output.
TreeBuilder
A builder for creating tree-structured output.

Traits§

DumpTree
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.