move rust file in their own subdirectories : src/hh_fanout
commitd06a52968d8f69bfd594e95b0264e7369e492aeb
authorVincent Siles <vsiles@fb.com>
Fri, 5 Nov 2021 12:01:26 +0000 (5 05:01 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 5 Nov 2021 12:03:23 +0000 (5 05:03 -0700)
tree810f06d1ba76f616ec4273e6b2f6b5d0af65ff2e
parent97ebfdc1f618d03f6c7f38fe3df91ce71821aea4
move rust file in their own subdirectories : src/hh_fanout

Summary:
In order to make cargo T85414168 and dune T104892215 happy,
I'm moving some rust files around. This will also enable us to update
our dune language version and make CatherineGasnier happy

Reviewed By: shayne-fletcher

Differential Revision: D32171385

fbshipit-source-id: dd9a91bb5e90825e5027a9e067a6d39ae408a8f2
hphp/hack/src/hh_fanout/cargo/hh_fanout_build_rust/Cargo.toml
hphp/hack/src/hh_fanout/cargo/hh_fanout_dep_graph_is_subgraph_rust/Cargo.toml
hphp/hack/src/hh_fanout/cargo/hh_fanout_dep_graph_stats_rust/Cargo.toml
hphp/hack/src/hh_fanout/hh_fanout_build_rust/build.rs [moved from hphp/hack/src/hh_fanout/build.rs with 100% similarity]
hphp/hack/src/hh_fanout/hh_fanout_dep_graph_is_subgraph_rust/dep_graph_is_subgraph.rs [moved from hphp/hack/src/hh_fanout/dep_graph_is_subgraph.rs with 100% similarity]
hphp/hack/src/hh_fanout/hh_fanout_dep_graph_stats_rust/dep_graph_stats.rs [moved from hphp/hack/src/hh_fanout/dep_graph_stats.rs with 100% similarity]