Cargo-Auditable Support on Ubuntu(documentation.ubuntu.com)
documentation.ubuntu.com
Cargo-Auditable Support on Ubuntu
https://documentation.ubuntu.com/project/contributors/language-specific/rust/cargo-auditable/
2 comments
(Disclosure: I work at Canonical and wrote the cargo-auditable support.)
Good catch. The list of binaries is on the 26.04 release notes if you are curious: https://documentation.ubuntu.com/release-notes/26.04/changes...
The cargo-auditable support is specifically to make it easy to turn on cargo-auditable for Rust packages built using dh-cargo. Most packages use dh-cargo, but not rust-coreutils, so we would have to manually wire it up.
Good catch. The list of binaries is on the 26.04 release notes if you are curious: https://documentation.ubuntu.com/release-notes/26.04/changes...
The cargo-auditable support is specifically to make it easy to turn on cargo-auditable for Rust packages built using dh-cargo. Most packages use dh-cargo, but not rust-coreutils, so we would have to manually wire it up.
This post says that it is experimental, but does not say where it is used.
On my Ubuntu VM, it works with bat like the example shows, but does not work with the new Rust "ls":
Still, this is a nice feature to have.