BenPski / pants

MIT License
0 stars 0 forks source link

Rework path-like things #57

Open BenPski opened 2 months ago

BenPski commented 2 months ago

Would be a better interface to make the path-like data (e.g., SaveDir) to avoid some of the cumbersome things around it.

Essentially means implementing AsRef<Path> and updating function calls.