Last updated: 2026-06-12

CLI & Entrypoints

Zig-struct-analyzer

All API Sections

Generated struct-layout probe used by the site Zig API docs.

The docs build emits a temporary Zig file that imports selected public structs and prints their size, alignment, and field offsets; this runner simply dispatches to that generated probe.

1 exports 0 methods src/zig-struct-analyzer.zig

1 exports shown

function

main

#
pub fn main() !void

Run the generated struct-layout probe used by the site Zig API docs build.

src/zig-struct-analyzer.zig:10