Skip to content

nrc/rust-dxr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

rust-dxr

DXR is a static analysis tool for indexing and cross-referencing programs. Rust is a programming language. This repository is for tracking the implementation of Rust indexing in DXR. The current status is that there is no particular support. Rust programs are syntax highlighted and searchable. There was in the past a fairly complete implementation, but that is out of date. I (@nick29581) have been porting that to the new DXR plugin API. See issues for more details.

Note that there will not be a lot of code in this repo, it is mainly to have one place for issue tracking. The code is in two places - in DXR, and in the Rust compiler. The old version of the DXR stuff can be found here (note that that is fairly out of date). The compiler stuff can be found (mostly) in librustc_trans/save.

About

Rust indexing in DXR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published