Refactor as hhdg multitool with diff subcommand
commit49ed88774dd8b071502d13a118c97ac1adf73437
authorEdwin Smith <smith@meta.com>
Mon, 16 Jan 2023 11:24:52 +0000 (16 03:24 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 16 Jan 2023 11:24:52 +0000 (16 03:24 -0800)
tree64d664834b6abc8c76234aa878b74d0d2958d386
parent2801606ae9b993b6b1f7bc21ed673287bc40cd5c
Refactor as hhdg multitool with diff subcommand

Summary:
We'd like to consolidate a number of different ad-hoc tools for working with
hhdg files (dep graphs) into one multitool with subcommands.

Reviewed By: CatherineGasnier

Differential Revision: D42519414

fbshipit-source-id: 85c0783bca6e56e5b0b67d5b272d515f538cb023
hphp/hack/src/depgraph/hhdg/cargo/hhdg/Cargo.toml [moved from hphp/hack/src/depgraph/hhdgdiff/cargo/hhdgdiff/Cargo.toml with 73% similarity]
hphp/hack/src/depgraph/hhdg/diff.rs [moved from hphp/hack/src/depgraph/hhdgdiff/hhdgdiff.rs with 95% similarity]
hphp/hack/src/depgraph/hhdg/hhdg.rs [new file with mode: 0644]