Skip to content

Commit eb92787

Browse files
committed
Add reference to "151-byte static Linux binary in Rust"
1 parent 2d0160b commit eb92787

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,6 +319,7 @@ create minimum sized Docker containers that run Rust binaries.
319319

320320
# References
321321

322+
- [151-byte static Linux binary in Rust - 2015][151-byte-static-linux-binary]
322323
- [Why is a Rust executable large? - 2016][why-rust-binary-large]
323324
- [Freestanding Rust Binary - 2018](https://os.phil-opp.com/freestanding-rust-binary/)
324325
- [Tiny Rocket - 2018](https://jamesmunns.com/blog/tinyrocket/)
@@ -331,6 +332,7 @@ create minimum sized Docker containers that run Rust binaries.
331332
- [A very small Rust binary indeed - 2022][a-very-small-rust-binary]
332333
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
333334

335+
[151-byte-static-linux-binary]: https://mainisusuallyafunction.blogspot.com/2015/01/151-byte-static-linux-binary-in-rust.html
334336
[why-rust-binary-large]: https://lifthrasiir.github.io/rustlog/why-is-a-rust-executable-large.html
335337
[fmt-unreasonably-expensive]: https://jamesmunns.com/blog/fmt-unreasonably-expensive/
336338
[tiny-windows-exe]: https://www.codeslow.com/2019/12/tiny-windows-executable-in-rust.html

0 commit comments

Comments
 (0)