Which Rs Versions Save

A Rust equivalent of Unix command "which".

6.0.1

1 month ago
  • Remove dependency on once_cell for Windows users, replace with std::sync::OnceLock.

5.0.0

3 months ago
  • Remove several unused error messages
  • Windows executables can now be found even if they don't have a '.exe' extension.
  • Add new error message, Error::CannotGetCurrentDirAndPathListEmpty

6.0.0

3 months ago
  • MSRV is now 1.70
  • Upgraded all dependencies to latest version