cargo-show-asm 0.1.5

A cargo subcommand that displays the generated assembly of Rust source code.
Documentation
# Change Log

## [0.1.5] - 2022-05-16
### bump dependencies

## [0.1.4] - 2022-04-20
### Limited support for LLVM-IR

## [0.1.3] - 2022-04-20
### Limited support for Windows:
Works a bit better thanks to @nico-abram

## [0.1.2] - 2022-04-15
### Limited support for Windows:
showing asm code for function mostly works, adding rust code annotation doesn't.

## [0.1.1] - 2022-04-14
### First public release