A rust library to readlink a path without having the pointed file exist.

1 Open Issue Need Help Last updated: Jul 26, 2025

Open Issues Need Help

View All on GitHub
Filesystem Path Operations

AI Summary: Refactor the existing bash scripts used for testing a Rust library (which handles symbolic links) into equivalent Rust code using the `tempfile` crate. This involves creating temporary files and symbolic links within the Rust test suite, replacing the current bash-based approach.

Complexity: 3/5
good first issue

A rust library to readlink a path without having the pointed file exist.

Rust