cargo-kythe

Crates.iocargo-kythe
lib.rscargo-kythe
version0.1.0
sourcesrc
created_at2016-08-16 23:39:00.07158
updated_at2016-08-16 23:39:00.07158
descriptionA cargo subcommand for generating and viewing Kythe graphs of cargo projects
homepage
repositoryhttps://github.com/google/kythe
max_upload_size
id5998
size7,059
(zrlk)

documentation

README

cargo-kythe

cargo-kythe is a cargo subcommand for managing Kythe indices of cargo projects.

Installation

To install cargo-kythe simply enter the following command:

cargo install cargo-kythe

cargo-kythe requires nightly rust

Usage

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.

Commit count: 5227

cargo fmt