Conversation

I want binary dependencies for Rust sources; I don't want to rebuild all the time. Tell me how we can do that

2
0
0
@piecritic If you are fine with using nightly rust features this kinda does exist https://rust-lang.github.io/rfcs/3028-cargo-binary-dependencies.html though maybe its a bit different compared to what you actually need.
1
0
0

@erk huh. This isn't quite what I meant but is also something else I would like. I'm more in the situation of getting mad every time a -sys crate rebuilds because it's the C++ deps that do the dumb; though I know how to workaround it today so it isn't so pressing :D

0
0
0