From 2550d4ec28bc1bed4fd6ab9b6d16ba42e9f2cc4e Mon Sep 17 00:00:00 2001 From: johnthagen Date: Tue, 17 Aug 2021 07:12:12 -0400 Subject: [PATCH] Add links to momo and Twiggy --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 338adb4..7d081f6 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,9 @@ heuristic-based anti-virus software because malware often uses UPX. - [`cargo-bloat`](https://github.com/RazrFalcon/cargo-bloat) - Find out what takes most of the space in your executable. +- [`momo`](https://github.com/llogiq/momo) - `proc_macro` crate to help keeping the code footprint + of generic methods in check. +- [Twiggy](https://rustwasm.github.io/twiggy/index.html) - A code size profiler for Wasm. # Containers