pacak
pacak
You can do it using `cargo-show-asm` with `--disasm` flag. It needs to be installed with "disasm" feature.
> This is likely out of date at this point FWIW example I posted is still crashes in 1.79.0: ``` % rust-analyzer ssr 'fn $a() -> $d { $e }...
It would be nice to have but, but off the top of my head I don't know how to go directly from `[x9, lCPI8_0@PAGEOFF]` to whatever constant values are there,...
> If that's so widespread it shouldn't be too hard to provide some exact numbers that say Those are figures I got from a sizeable workspace with no hack, a...
This is an interesting idea. Not sure if I ever had a problem like that... I don't think we want to do the slow thing by default - in my...
> I think argh and bpaf offer a similar (derive-based) experience, so switching out bpaf for argh probably makes sense. Experience is different though. For the developer - `argh` is...
Yeah, just not in a good way. Otherwise I wouldn't be using a local fork of `cargo-machete` that swaps out the cli parser...
`gumdrop`? Last release 3 years ago, shares some problems as `argh` - doesn't support non-utf8 files. It probably made some sense back in `clap` 2 days, but now... The project...