Skip to content

Commit 78c7a5c

Browse files
committed
Add reference to "Minimizing Mender-Rust"
1 parent 73fefce commit 78c7a5c

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
@@ -348,6 +348,7 @@ create minimum sized container images that run Rust binaries.
348348
- [Making a really tiny WebAssembly graphics demos - 2019][tiny-webassembly-graphics]
349349
- [Reducing the size of the Rust GStreamer plugin - 2020][gstreamer-plugin]
350350
- [Optimizing Rust Binary Size - 2020][optimizing-rust-binary-size]
351+
- [Minimizing Mender-Rust - 2020][minimizing-mender-rust]
351352
- [Optimize Rust binaries size with cargo and Semver - 2021][optimize-with-cargo-and-semver]
352353
- [Tighten rust’s belt: shrinking embedded Rust binaries - 2022][tighten-rusts-belt]
353354
- [Avoiding allocations in Rust to shrink Wasm modules - 2022][avoiding-allocations-shrink-wasm]
@@ -361,6 +362,7 @@ create minimum sized container images that run Rust binaries.
361362
[tiny-webassembly-graphics]: https://cliffle.com/blog/bare-metal-wasm/
362363
[gstreamer-plugin]: https://www.collabora.com/news-and-blog/blog/2020/04/28/reducing-size-rust-gstreamer-plugin/
363364
[optimizing-rust-binary-size]: https://arusahni.net/blog/2020/03/optimizing-rust-binary-size.html
365+
[minimizing-mender-rust]: https://mender.io/blog/building-mender-rust-in-yocto-and-minimizing-the-binary-size
364366
[optimize-with-cargo-and-semver]: https://oknozor.github.io/blog/optimize-rust-binary-size/
365367
[tighten-rusts-belt]: https://dl.acm.org/doi/abs/10.1145/3519941.3535075
366368
[avoiding-allocations-shrink-wasm]: https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/

0 commit comments

Comments
 (0)