Rust
RUSTFLAGS='-C target-feature=+crt-static' cargo build
RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-gnu
Bibliotheken
Referenzen
- The Rust Performance Book
- Roguelike Tutorial - In Rust
- Hands-on Rust / PragProg
- Building static Rust binaries for Linux (msfjarvis.dev)
- How not to learn Rust (dystroy.org)
- Learn Rust With Entirely Too Many Linked Lists (rust-unofficial.github.io)
- Write Your Own SSH Tarpit in Rust with async-std (53hor.net)