use crateSpan;
/// Tool names the `buildline` wrapper knows how to capture. The single source
/// of truth for "what's supported today", surfaced in the wrapper's error
/// message so it can never drift out of sync with the actual match arms.
pub const SUPPORTED_TOOLS: & = &;
/// 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.