#cargo-subcommand #ctags #cargo #subcommand #env-var #plugin

app cargo-symbols

A cargo sub-command to run ctags on the top-level project dependencies

2 releases

0.1.1 Oct 4, 2024
0.1.0 Oct 4, 2024

#192 in Cargo plugins

Download history 126/week @ 2024-09-28 144/week @ 2024-10-05 34/week @ 2024-10-12 3/week @ 2024-10-19 16/week @ 2024-11-02

59 downloads per month

MIT license

8KB
146 lines

Cargo Symbols

A cargo sub-command to run ctags on the top-level cargo project dependencies.

Check for CARGO environment variable first then defaults to cargo.

Requirements

  • install ctags on your system

No runtime deps