Crates.io | kythe-indexer |
lib.rs | kythe-indexer |
version | 0.1.0 |
source | src |
created_at | 2016-08-16 23:38:20.111029 |
updated_at | 2016-08-16 23:38:20.111029 |
description | A plugin for generating knowledge graphs of Rust code |
homepage | |
repository | https://github.com/google/kythe |
max_upload_size | |
id | 5997 |
size | 42,767 |
kythe-indexer
is an EXPERIMENTAL plugin for rustc that utilizes Google's
(Kythe)[https://kythe.io] pipeline for working with source code.
kythe-indexer
currently supports:
NOTE: AS A PLUGIN kythe-indexer
REQUIRES NIGHTLY RUST
There are many ways
to load the kythe-indexer
plugin, but the least obtrusive is as a command line flag
like so:
$ rustc -Zextra-plugins=kythe_indexer
If you are using a build tool rather than the rustc
command directly:
$ RUST_FLAGS="-Zextra-plugins=kythe_indexer" {my_build_cmd}
The plugin will output kythe entries in JSON form to stdout.