Crates.io | cargo-kythe |
lib.rs | cargo-kythe |
version | 0.1.0 |
source | src |
created_at | 2016-08-16 23:39:00.07158 |
updated_at | 2016-08-16 23:39:00.07158 |
description | A cargo subcommand for generating and viewing Kythe graphs of cargo projects |
homepage | |
repository | https://github.com/google/kythe |
max_upload_size | |
id | 5998 |
size | 7,059 |
cargo-kythe
is a cargo
subcommand for managing Kythe indices of cargo projects.
To install cargo-kythe
simply enter the following command:
cargo install cargo-kythe
cargo-kythe
requires nightly rust
cargo-kythe
reads an environment variable KYTHE_DIR
to determine the path to the local installation of kythe. You will probably need to download it from google/kythe
To index the top level package:
cargo kythe index
To index the package and all its dependencies:
cargo kythe full-index
To launch the sample web UI for viewing cross-references:
cargo kythe web
Indices are constructed in the target/kythe directory.