Skip to content

Commit f6f4002

Browse files
committed
Add reference to "A very small Rust binary indeed"
1 parent d4611cb commit f6f4002

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
@@ -326,6 +326,7 @@ create minimum sized Docker containers that run Rust binaries.
326326
- [Reducing the size of the Rust GStreamer plugin - 2020][gstreamer-plugin]
327327
- [Tighten rust’s belt: shrinking embedded Rust binaries - 2022][tighten-rusts-belt]
328328
- [Avoiding allocations in Rust to shrink Wasm modules - 2022][avoiding-allocations-shrink-wasm]
329+
- [A very small Rust binary indeed - 2022][a-very-small-rust-binary]
329330
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
330331

331332
[why-rust-binary-large]: https://lifthrasiir.github.io/rustlog/why-is-a-rust-executable-large.html
@@ -335,6 +336,7 @@ create minimum sized Docker containers that run Rust binaries.
335336
[gstreamer-plugin]: https://www.collabora.com/news-and-blog/blog/2020/04/28/reducing-size-rust-gstreamer-plugin/
336337
[tighten-rusts-belt]: https://dl.acm.org/doi/abs/10.1145/3519941.3535075
337338
[avoiding-allocations-shrink-wasm]: https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
339+
[a-very-small-rust-binary]: https://darkcoding.net/software/a-very-small-rust-binary-indeed/
338340
[min-sized-rust-windows]: https://github.com/mcountryman/min-sized-rust-windows
339341

340342
<!-- Badges -->

0 commit comments

Comments
 (0)