Skip to content

Commit 4306566

Browse files
authored
Add reference to optimizing Rust binary size article
1 parent b50f068 commit 4306566

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ create minimum sized container images that run Rust binaries.
327327
- [Tiny Windows executable in Rust - 2019][tiny-windows-exe]
328328
- [Making a really tiny WebAssembly graphics demos - 2019][tiny-webassembly-graphics]
329329
- [Reducing the size of the Rust GStreamer plugin - 2020][gstreamer-plugin]
330+
- [Optimizing Rust Binary Size - 2020][optimizing-rust-binary-size]
330331
- [Tighten rust’s belt: shrinking embedded Rust binaries - 2022][tighten-rusts-belt]
331332
- [Avoiding allocations in Rust to shrink Wasm modules - 2022][avoiding-allocations-shrink-wasm]
332333
- [A very small Rust binary indeed - 2022][a-very-small-rust-binary]
@@ -338,6 +339,7 @@ create minimum sized container images that run Rust binaries.
338339
[tiny-windows-exe]: https://www.codeslow.com/2019/12/tiny-windows-executable-in-rust.html
339340
[tiny-webassembly-graphics]: https://cliffle.com/blog/bare-metal-wasm/
340341
[gstreamer-plugin]: https://www.collabora.com/news-and-blog/blog/2020/04/28/reducing-size-rust-gstreamer-plugin/
342+
[optimizing-rust-binary-size]: https://arusahni.net/blog/2020/03/optimizing-rust-binary-size.html
341343
[tighten-rusts-belt]: https://dl.acm.org/doi/abs/10.1145/3519941.3535075
342344
[avoiding-allocations-shrink-wasm]: https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
343345
[a-very-small-rust-binary]: https://darkcoding.net/software/a-very-small-rust-binary-indeed/

0 commit comments

Comments
 (0)