this post was submitted on 13 Jun 2024
42 points (97.7% liked)
Rust Programming
8140 readers
46 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well, as it says in the documentation I linked:
Primarily, the latter part is what I want. There's just sometimes situations where a path doesn't exist (yet), but you want to know what it would look like as an absolute path.
In 99% of those cases you would want it to resolve
..
components though.