perl-workspace-folder 0.12.1

Parse Perl workspace folder declarations into filesystem paths
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# perl-workspace-folder

Single responsibility crate for converting workspace folder inputs into local
filesystem paths.

## Scope

- Parse plain path strings as `PathBuf`s.
- Resolve `file://` URIs to local paths when possible.
- Fall back to stripping `file://` when URI conversion is unavailable.

## API

- `workspace_folder_to_path(workspace_folder: &str) -> PathBuf`