As i am starting out to try to fix current problems with building rust packages in Nix i wanted to have something to test so i hacked together this repo.
It contains a dummy cargo project that depends on rand. rand happens to make use of the renaming feature of Cargo which currently isn't supported by either carnix or crate2nix.
- buildRustPackage (19.03) ❌
- buildRustPackage (master) ✔️
- carnix ❌
- crate2nix ❌