Skip to content

Commit d8ce4df

Browse files
authored
Add reference to min-sized-rust-windows
1 parent 0fd8747 commit d8ce4df

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
@@ -319,11 +319,13 @@ heuristic-based anti-virus software because malware often uses UPX.
319319
- [Formatting is Unreasonably Expensive for Embedded Rust - 2019][fmt-unreasonably-expensive]
320320
- [Tiny Windows executable in Rust - 2019][tiny-windows-exe]
321321
- [Reducing the size of the Rust GStreamer plugin - 2020][gstreamer-plugin]
322+
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
322323

323324
[why-rust-binary-large]: https://lifthrasiir.github.io/rustlog/why-is-a-rust-executable-large.html
324325
[fmt-unreasonably-expensive]: https://jamesmunns.com/blog/fmt-unreasonably-expensive/
325326
[tiny-windows-exe]: https://www.codeslow.com/2019/12/tiny-windows-executable-in-rust.html
326327
[gstreamer-plugin]: https://www.collabora.com/news-and-blog/blog/2020/04/28/reducing-size-rust-gstreamer-plugin/
328+
[min-sized-rust-windows]: https://github.com/mcountryman/min-sized-rust-windows
327329

328330
<!-- Badges -->
329331
[travis-build-status]: https://travis-ci.com/johnthagen/min-sized-rust

0 commit comments

Comments
 (0)