Skip to content
Twiggy🌱 is a code size profiler
Branch: master
Clone or download
dependabot-bot and dependabot Bump regex from 1.1.2 to 1.1.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.1.2 to 1.1.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.1.2...1.1.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Latest commit 430bcbb Apr 4, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE chore: Add Github issue templates Oct 3, 2018
analyze Bump regex from 1.1.2 to 1.1.5 Apr 4, 2019
ci
guide
ir
opt
parser
releases
traits
twiggy
wasm-api
.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml Fix wasm LTO builds Feb 2, 2019
LICENSE-APACHE
LICENSE-MIT
README.md
publish.sh

README.md

Twiggy🌱

Build Status

twiggy is a code size profiler.

It analyzes a binary's call graph to answer questions like:

  • Why was this function included in the binary in the first place?

  • What is the retained size of this function? I.e. how much space would be saved if I removed it and all the functions that become dead code after its removal.

Use twiggy to make your binaries slim!

Install Twiggy

Ensure that you have the Rust toolchain installed, then run:

cargo install twiggy

Learn More!

Read the Twiggy guide!


Twiggy

You can’t perform that action at this time.