Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: path cache now evaluates lazily * chore: remove redundant slab dependency * chore: fill in missing contexts on some errors * style: use `reserve` instead of `with_capacity` for allocating strings * fix: fix cache clearing in `rename`, `remove_dir` and `remove_file` * fix: fix `create_dir` implementation when some parent dirs already exist * style: use `.iter().rev()` to reverse vector instead of `.reverse()`
- Loading branch information