Skip to content

Commit 8db1b57

Browse files
authored
Add reference to Making Rust binaries smaller by default (#58)
1 parent c4be196 commit 8db1b57

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
@@ -354,6 +354,7 @@ create minimum sized container images that run Rust binaries.
354354
- [Avoiding allocations in Rust to shrink Wasm modules - 2022][avoiding-allocations-shrink-wasm]
355355
- [A very small Rust binary indeed - 2022][a-very-small-rust-binary]
356356
- [The dark side of inlining and monomorphization - 2023][dark-side-of-inlining]
357+
- [Making Rust binaries smaller by default - 2024][making-rust-binaries-smaller-by-default]
357358
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
358359
- [Shrinking `.wasm` Code Size][shrinking-wasm-code-size]
359360

@@ -370,6 +371,7 @@ create minimum sized container images that run Rust binaries.
370371
[avoiding-allocations-shrink-wasm]: https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
371372
[a-very-small-rust-binary]: https://darkcoding.net/software/a-very-small-rust-binary-indeed/
372373
[dark-side-of-inlining]: https://nickb.dev/blog/the-dark-side-of-inlining-and-monomorphization/
374+
[making-rust-binaries-smaller-by-default]: https://kobzol.github.io/rust/cargo/2024/01/23/making-rust-binaries-smaller-by-default.html
373375
[min-sized-rust-windows]: https://github.com/mcountryman/min-sized-rust-windows
374376
[shrinking-wasm-code-size]: https://rustwasm.github.io/docs/book/reference/code-size.html
375377

0 commit comments

Comments
 (0)