You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,12 @@
5
5
6
6
This repository contains the source code for:
7
7
*[`guppy`](guppy): a library for performing queries on Cargo dependency graphs [](https://crates.io/crates/guppy)[](https://docs.rs/guppy/)[](https://facebookincubator.github.io/cargo-guppy/rustdoc/guppy/)
8
-
*[`guppy-summaries`](guppy-summaries): a library for managing build summaries listing packages and features [](https://crates.io/crates/guppy-summaries)[](https://docs.rs/guppy/)[](https://facebookincubator.github.io/cargo-guppy/rustdoc/guppy_summaries/)
9
-
*[`cargo-guppy`](cargo-guppy): a command-line frontend for the `guppy` library [](https://facebookincubator.github.io/cargo-guppy/rustdoc/cargo_guppy/)
10
-
*[`target-spec`](target-spec): an evaluator for `Cargo.toml` target specifications [](https://crates.io/crates/target-spec)[](https://docs.rs/target-spec/)[](https://facebookincubator.github.io/cargo-guppy/rustdoc/target_spec/)
11
-
*[`determinator`](tools/determinator): figure out what packages changed between two revisions [](https://crates.io/crates/determinator)[](https://docs.rs/determinator/)[](https://facebookincubator.github.io/cargo-guppy/rustdoc/determinator/)
8
+
* libraries used by guppy:
9
+
*[`guppy-summaries`](guppy-summaries): a library for managing build summaries listing packages and features [](https://crates.io/crates/guppy-summaries)[](https://docs.rs/guppy/)[](https://facebookincubator.github.io/cargo-guppy/rustdoc/guppy_summaries/)
10
+
*[`target-spec`](target-spec): an evaluator for `Cargo.toml` target specifications [](https://crates.io/crates/target-spec)[](https://docs.rs/target-spec/)[](https://facebookincubator.github.io/cargo-guppy/rustdoc/target_spec/)
11
+
* tools built on top of guppy:
12
+
*[`determinator`](tools/determinator): figure out what packages changed between two revisions [](https://crates.io/crates/determinator)[](https://docs.rs/determinator/)[](https://facebookincubator.github.io/cargo-guppy/rustdoc/determinator/)
13
+
*[`cargo-guppy`](cargo-guppy): a command-line frontend for the `guppy` library [](https://facebookincubator.github.io/cargo-guppy/rustdoc/cargo_guppy/)
12
14
* and a number of [internal tools](internal-tools) and [test fixtures](fixtures) used to verify that `guppy` behaves correctly.
0 commit comments