Retrieve metadata for packages and workspaces
Source:R/read_cargo_metadata.R
read_cargo_metadata.Rd
Retrieve metadata for packages and workspaces
Value
A list
including the following elements:
packages
workspace_members
workspace_default_members
resolve
target_directory
version
workspace_root
metadata
Details
For more details, see
Cargo docs
for cargo-metadata
. See especially "JSON Format" to get a sense of what you
can expect to find in the returned list.