static-keys 0.1.0

Static keys for Rust userland applications.
Documentation
1
2
3
4
5
fn main() {
    // See https://lld.llvm.org/ELF/start-stop-gc.html and https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-arg
    println!("cargo::rustc-link-arg-examples=-z");
    println!("cargo::rustc-link-arg-examples=nostart-stop-gc");
}