previously, there were a ton of places that were allocating new Path instances via `Path::new` for the purpose of creating a path to be passed into a function as a Path argument this has now been simplified everywhere by updating all functions and methods that previously took Path arguments to instead take AsRef<Path> arguments, allowing much more flexibility in the types of path arguments passed in |
||
---|---|---|
.. | ||
assets | ||
src | ||
Cargo.toml | ||
README.md | ||
screenshot.png |