logical-path 0.1.0

Translate canonical (symlink-resolved) filesystem paths back to their logical (symlink-preserving) equivalents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "logical-path"
version = "0.1.0"
edition = "2024"
rust-version = "1.85.0"
description = "Translate canonical (symlink-resolved) filesystem paths back to their logical (symlink-preserving) equivalents"
repository = "https://github.com/brooke-hamilton/logical-path"
license = "MIT"
readme = "README.md"
keywords = ["symlink", "path", "canonical", "logical", "pwd"]
categories = ["filesystem", "command-line-utilities"]
exclude = [".devcontainer/", ".github/", "Makefile"]

[dependencies]
log = "0.4"

[dev-dependencies]
tempfile = "3"