Skip to content

Commit

Permalink
Add reference to "A very small Rust binary indeed"
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Oct 26, 2022
1 parent d4611cb commit f6f4002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ create minimum sized Docker containers that run Rust binaries.
- [Reducing the size of the Rust GStreamer plugin - 2020][gstreamer-plugin]
- [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]
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size

[why-rust-binary-large]: https://lifthrasiir.github.io/rustlog/why-is-a-rust-executable-large.html
Expand All @@ -335,6 +336,7 @@ create minimum sized Docker containers that run Rust binaries.
[gstreamer-plugin]: https://www.collabora.com/news-and-blog/blog/2020/04/28/reducing-size-rust-gstreamer-plugin/
[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/
[min-sized-rust-windows]: https://github.com/mcountryman/min-sized-rust-windows

<!-- Badges -->
Expand Down

0 comments on commit f6f4002

Please sign in to comment.