Hi, Rust dev here who uses Ubuntu as part of my daily workflow. When I want to learn how a particular coreutils command works, I now go to the Rust implementation first, so I’m really excited to see this happen!
I’m curious if there are any use cases or plans to support overrides scoped by command, directory or shell, similar to rustup. This necessitates a proxy binary approach (as opposed to symlinks) and I believe is not something update-alternatives can do at the moment.