pub fn emit_serialized_unit_graph(
    root_units: &[Unit],
    unit_graph: &UnitGraph,
    config: &Config
) -> CargoResult<()>
Expand description

Outputs a JSON serialization of UnitGraph for given root_units to the standard output.