| Crates.io | SimpleReadLink |
| lib.rs | SimpleReadLink |
| version | 0.0.1 |
| created_at | 2025-07-26 08:29:51.327497+00 |
| updated_at | 2025-07-26 08:29:51.327497+00 |
| description | A library to readlink a path without having the pointed file exist. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1768923 |
| size | 10,861 |
This library builds on top of the std::fs library to allow a nich edge case where a user wants to readlink to a file without requiring it to exist. The problem with std::fs::canonicalize is that it needs the readlinked file to exist or it will panic.
Run scripts/generate_symlinks.sh before running cargo test
Run docker compose up