Hi all! I have a project with workspace, having a lot of (sub)crates that are not published.
I'd like to find all pub structs, fields, functions, etc. that are not referenced by any other crate. Is there any tool that can help with it? Manual inspection is tedious.
warnalyzer was able to do this, but it doesn't work with current compilers and would need rewriting. I'm not aware of any other tools that do the same job.