Crates.io | cargo-ctags |
lib.rs | cargo-ctags |
version | 0.2.5 |
source | src |
created_at | 2017-05-31 02:02:11.930701 |
updated_at | 2017-08-02 14:52:22.704919 |
description | analyze dependencies and generate single TAGS for cargo projects |
homepage | https://github.com/urugang/cargo-ctags |
repository | https://github.com/urugang/cargo-ctags |
max_upload_size | |
id | 16986 |
size | 15,771 |
install ctags from https://github.com/universal-ctags/ctags.git
usage: cargo ctags [cargo metadata arguments] -- [ctags arguments]
~/codes/cargo-ctags $ cargo install cargo-ctags
~/codes/cargo-ctags $ cargo ctags -- -e # TAGS for emacs ~/codes/cargo-ctags $ ls -l TAGS -rw-rw-r-- 1 urugang urugang 1415698 2017-05-31 08:13 TAGSc
~/codes/cargo-ctags $ cargo ctags -- # TAGS for vi ~/codes/cargo-ctags $ ls -l tags -rw-rw-r-- 1 urugang urugang 1415698 2017-05-31 08:14 tagsc
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.