Function cargo_gazelle::context::parse_proto_dependencies

source ยท
fn parse_proto_dependencies(
    full_path: &Path,
) -> Result<BTreeSet<Utf8PathBuf>, Error>
Expand description

Opens and parses the provided Path to a protobuf file, returning all imports from the file.