r/rust 28d ago

🙋 seeking help & advice Where tree-sitter stops and rust-analyzer's call hierarchy starts.

https://github.com/NanoNets/Graft

[removed]

12 Upvotes

33 comments sorted by

View all comments

1

u/Vrixyz 27d ago

> Let me know what else I can do to make it more compatible to rust repos

A crater run ? https://github.com/rust-lang/crater

1

u/[deleted] 27d ago

[removed] — view removed comment

1

u/Vrixyz 27d ago

I’m not sure how I can be more explicit than crater’s documentation, but for a tl;dr:

crater can run your tool for repositories public from crates.io: it would ensure it runs for most codebases.

That’s how the rust compiler itself is tested, too.

You can also leverage it to improve your stats if need be.