andir / npins

Nix dependency pinning. Very similar to Niv but has a few features that I personally wanted.
European Union Public License 1.2
164 stars 12 forks source link

shell: add cargo-expand to help see what the Rust macros do #91

Open philiptaron opened 3 weeks ago

philiptaron commented 3 weeks ago

To try it out, run cargo expand --color=always | less -R and page through the output.

In particular, I wanted to see what the compiler saw with the mkPins macro.