Hey! i'm making my own programming language and i'm in the phase of making an LSP.
i've written an LSP for python with the jedi library and this is what i've used on the python lsp
* jedi.Script.goto
* jedi.Script.infer
* jedi.Script.help
* jedi.Script.complete
* jedi.Script.get_references
* jedi.Script.get_signatures
* jedi.Script.get_context
Is there a way to do any of these in rust for rust?