ctags definition for Rust
To use
- Check this repository out somewhere and put that directory on your path.
- Run
rust-ctags src
(orrust-ctags src1 src2
etc). - This will create a
TAGS
file.
Emacs vs vim
By default, rust-ctags produces an emacs-style TAGS file. If you want
to use vim style tags, Try rust-ctags --vim src
.