use crateSpan;
/// Parses one build tool's native profiling artifact into relative spans.
///
/// Each adapter is a pure function of its input bytes — no clocks, no I/O — so
/// its behavior is pinned by a golden-file test (fixture in, expected JSON out).
/// A new build system = a new file here + a fixture pair. Nothing else moves.