Skip to content

Commit

Permalink
Add reference to "Optimize Rust binaries size with cargo and Semver"
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Oct 28, 2023
1 parent 9285dda commit 73fefce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,13 @@ create minimum sized container images that run Rust binaries.

- [151-byte static Linux binary in Rust - 2015][151-byte-static-linux-binary]
- [Why is a Rust executable large? - 2016][why-rust-binary-large]
- [Freestanding Rust Binary - 2018](https://os.phil-opp.com/freestanding-rust-binary/)
- [Tiny Rocket - 2018](https://jamesmunns.com/blog/tinyrocket/)
- [Formatting is Unreasonably Expensive for Embedded Rust - 2019][fmt-unreasonably-expensive]
- [Tiny Windows executable in Rust - 2019][tiny-windows-exe]
- [Making a really tiny WebAssembly graphics demos - 2019][tiny-webassembly-graphics]
- [Reducing the size of the Rust GStreamer plugin - 2020][gstreamer-plugin]
- [Optimizing Rust Binary Size - 2020][optimizing-rust-binary-size]
- [Optimize Rust binaries size with cargo and Semver - 2021][optimize-with-cargo-and-semver]
- [Tighten rust’s belt: shrinking embedded Rust binaries - 2022][tighten-rusts-belt]
- [Avoiding allocations in Rust to shrink Wasm modules - 2022][avoiding-allocations-shrink-wasm]
- [A very small Rust binary indeed - 2022][a-very-small-rust-binary]
Expand All @@ -361,6 +361,7 @@ create minimum sized container images that run Rust binaries.
[tiny-webassembly-graphics]: https://cliffle.com/blog/bare-metal-wasm/
[gstreamer-plugin]: https://www.collabora.com/news-and-blog/blog/2020/04/28/reducing-size-rust-gstreamer-plugin/
[optimizing-rust-binary-size]: https://arusahni.net/blog/2020/03/optimizing-rust-binary-size.html
[optimize-with-cargo-and-semver]: https://oknozor.github.io/blog/optimize-rust-binary-size/
[tighten-rusts-belt]: https://dl.acm.org/doi/abs/10.1145/3519941.3535075
[avoiding-allocations-shrink-wasm]: https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
[a-very-small-rust-binary]: https://darkcoding.net/software/a-very-small-rust-binary-indeed/
Expand Down

0 comments on commit 73fefce

Please sign in to comment.