cargo_gazelle::context

Function 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.