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§
- GoPath
Resolver - A path resolver for Go packages.
- Java
Script Path Resolver - A path resolver for JavaScript/Node.js packages.
- Rust
Path Resolver - A path resolver for Rust crates.
Traits§
- Path
Resolver - A trait for language-specific path resolvers.
Functions§
- resolve_
path - Resolves a path that might contain special prefixes to an actual filesystem path.