pub fn parse_metadata(json: &str) -> Result<Vec<BinaryTarget>, DiscoveryError>Expand description
Parse cargo metadata --format-version 1 --no-deps JSON output
and extract all binary targets.
pub fn parse_metadata(json: &str) -> Result<Vec<BinaryTarget>, DiscoveryError>Parse cargo metadata --format-version 1 --no-deps JSON output
and extract all binary targets.