Open Issues Need Help
View All on GitHub Filesystem • Path Operations
Refactor Tests to be in Rust Instead of Bash about 1 month ago
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