Skip to content

Commit 73fefce

Browse files
committed
Add reference to "Optimize Rust binaries size with cargo and Semver"
1 parent 9285dda commit 73fefce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,13 +342,13 @@ create minimum sized container images that run Rust binaries.
342342

343343
- [151-byte static Linux binary in Rust - 2015][151-byte-static-linux-binary]
344344
- [Why is a Rust executable large? - 2016][why-rust-binary-large]
345-
- [Freestanding Rust Binary - 2018](https://os.phil-opp.com/freestanding-rust-binary/)
346345
- [Tiny Rocket - 2018](https://jamesmunns.com/blog/tinyrocket/)
347346
- [Formatting is Unreasonably Expensive for Embedded Rust - 2019][fmt-unreasonably-expensive]
348347
- [Tiny Windows executable in Rust - 2019][tiny-windows-exe]
349348
- [Making a really tiny WebAssembly graphics demos - 2019][tiny-webassembly-graphics]
350349
- [Reducing the size of the Rust GStreamer plugin - 2020][gstreamer-plugin]
351350
- [Optimizing Rust Binary Size - 2020][optimizing-rust-binary-size]
351+
- [Optimize Rust binaries size with cargo and Semver - 2021][optimize-with-cargo-and-semver]
352352
- [Tighten rust’s belt: shrinking embedded Rust binaries - 2022][tighten-rusts-belt]
353353
- [Avoiding allocations in Rust to shrink Wasm modules - 2022][avoiding-allocations-shrink-wasm]
354354
- [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.
361361
[tiny-webassembly-graphics]: https://cliffle.com/blog/bare-metal-wasm/
362362
[gstreamer-plugin]: https://www.collabora.com/news-and-blog/blog/2020/04/28/reducing-size-rust-gstreamer-plugin/
363363
[optimizing-rust-binary-size]: https://arusahni.net/blog/2020/03/optimizing-rust-binary-size.html
364+
[optimize-with-cargo-and-semver]: https://oknozor.github.io/blog/optimize-rust-binary-size/
364365
[tighten-rusts-belt]: https://dl.acm.org/doi/abs/10.1145/3519941.3535075
365366
[avoiding-allocations-shrink-wasm]: https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
366367
[a-very-small-rust-binary]: https://darkcoding.net/software/a-very-small-rust-binary-indeed/

0 commit comments

Comments
 (0)