-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Support Rust #422
Comments
+1 by mail |
1 similar comment
+1 by mail |
+1 |
2 similar comments
+1 |
+1 |
Since we cannot keep up with language requests, we created the SourcetrailDB library to allow anyone to write custom indexers and extend language support for Sourcetrail. If you are interested in writing an indexer for Rust, please let us know! |
Building an indexer on top of Mozilla's searchfox Rust indexer, or rls_analysis (which searchfox depends upon) is probably the quickest path forward. |
Thanks for the pointers! Do you know if we can get |
It looks like rls_analysis provides information that can be turned into that data: https://docs.rs/rls-data/0.19.0/rls_data/struct.Analysis.html |
#750 might be the way to go too. |
I've started (early and not yet working) Rust support development on SourcetrailDB CoatiSoftware/SourcetrailDB#16. Feel free to contribute or criticise (constructively) on the matter :) |
"See also cargo-src, which uses the metadata produced by the compiler (i.e. cargo check). |
rls_analysis uses the same compiler output already. |
+1 |
Hi,
So far I am loving Sourcetrail and would like to see Rust support added. Thank you.
The text was updated successfully, but these errors were encountered: