diff --git a/README.md b/README.md index 3a356dc..14644e8 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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/