Replies: 1 comment
-
It's not clear to me what you mean by "crate-by-crate". r-a already doesn't analyze code you don't look at, if code you look at doesn't depend on it (although there is the exception of cache priming, which you can disable). Keep in mind that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created https://github.com/metio/kube-custom-resources-rs which currently sits at around 1 million lines of code. It is a single workspace with around 400 crates in it. Running something like
rust-analyzer analysis-stats .
blows up my computer and never finishes.Any tips or ideas on how to make this project more manageable? Buy moar hardware? Can RA be configured to go through this project crate-by-crate?
Beta Was this translation helpful? Give feedback.
All reactions