Module path_resolver

Source
Expand description

Module for resolving special path formats to filesystem paths.

This module provides functionality to resolve special path formats like “go:github.com/user/repo”, “js:express”, or “rust:serde” to actual filesystem paths.

Structs§

GoPathResolver
A path resolver for Go packages.
JavaScriptPathResolver
A path resolver for JavaScript/Node.js packages.
RustPathResolver
A path resolver for Rust crates.

Traits§

PathResolver
A trait for language-specific path resolvers.

Functions§

resolve_path
Resolves a path that might contain special prefixes to an actual filesystem path.