stable-which 0.4.2

Evaluate binary path stability and find stable PATH candidates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "stable-which"
version.workspace = true
edition.workspace = true
description = "Evaluate binary path stability and find stable PATH candidates"
license.workspace = true
repository.workspace = true
readme = "../../README.md"
keywords = ["which", "path", "executable", "stability", "durability"]
categories = ["command-line-utilities", "filesystem", "os"]
rust-version = "1.85"

[dev-dependencies]
tempfile = "3"