Want to search your local offline rust std
documentation,
with a quick command from your terminal?
With current rust nightly the default binary output of the x86_64-unknown-linux-musl
target is a
static position independent executable (static-pie)
with address space layout randomization (ASLR) on execution.