Skip to content

Instantly share code, notes, and snippets.

@saethlin
Last active October 18, 2017 18:43
Show Gist options
  • Save saethlin/4e3e9b61c960511b9ed2a6da85881058 to your computer and use it in GitHub Desktop.
Save saethlin/4e3e9b61c960511b9ed2a6da85881058 to your computer and use it in GitHub Desktop.
stats on Rust build configs
╰ ➤ find | grep Cargo.toml | xargs wc -l | sort -n
4 ./src/tools/tidy/Cargo.toml
6 ./src/tools/remote-test-client/Cargo.toml
6 ./src/tools/remote-test-server/Cargo.toml
8 ./src/tools/cargotest/Cargo.toml
8 ./src/tools/linkchecker/Cargo.toml
9 ./src/libarena/Cargo.toml
9 ./src/libfmt_macros/Cargo.toml
9 ./src/libgraphviz/Cargo.toml
9 ./src/librustc_platform_intrinsics/Cargo.toml
9 ./src/libserialize/Cargo.toml
9 ./src/libterm/Cargo.toml
9 ./src/tools/build-manifest/Cargo.toml
9 ./src/tools/unstable-book-gen/Cargo.toml
11 ./src/build_helper/Cargo.toml
11 ./src/tools/error_index_generator/Cargo.toml
12 ./src/libcollections/Cargo.toml
12 ./src/librand/Cargo.toml
12 ./src/librustc_apfloat/Cargo.toml
12 ./src/tools/rustbook/Cargo.toml
13 ./src/libproc_macro/Cargo.toml
13 ./src/librustc_data_structures/Cargo.toml
13 ./src/librustc_errors/Cargo.toml
13 ./src/libsyntax_pos/Cargo.toml
13 ./src/libtest/Cargo.toml
13 ./src/tools/compiletest/Cargo.toml
14 ./src/libpanic_abort/Cargo.toml
14 ./src/librustc_const_math/Cargo.toml
14 ./src/tools/rustdoc/Cargo.toml
15 ./src/liballoc_system/Cargo.toml
15 ./src/librustc_allocator/Cargo.toml
15 ./src/librustc_privacy/Cargo.toml
16 ./src/libpanic_unwind/Cargo.toml
16 ./src/libsyntax_ext/Cargo.toml
16 ./src/libunwind/Cargo.toml
17 ./src/librustc_back/Cargo.toml
17 ./src/librustc_lint/Cargo.toml
17 ./src/libstd_unicode/Cargo.toml
18 ./src/libprofiler_builtins/Cargo.toml
18 ./src/librustc_incremental/Cargo.toml
18 ./src/librustc_passes/Cargo.toml
18 ./src/librustc_plugin/Cargo.toml
18 ./src/librustc_resolve/Cargo.toml
18 ./src/libsyntax/Cargo.toml
18 ./src/rustc/Cargo.toml
19 ./src/librustc_asan/Cargo.toml
19 ./src/librustc_lsan/Cargo.toml
19 ./src/librustc_msan/Cargo.toml
19 ./src/librustc_tsan/Cargo.toml
20 ./src/liballoc/Cargo.toml
20 ./src/librustc_borrowck/Cargo.toml
20 ./src/librustc_const_eval/Cargo.toml
21 ./src/libcore/Cargo.toml
21 ./src/librustc_llvm/Cargo.toml
21 ./src/librustc_save_analysis/Cargo.toml
21 ./src/librustc_trans_utils/Cargo.toml
21 ./src/librustdoc/Cargo.toml
22 ./src/librustc_mir/Cargo.toml
23 ./src/librustc_cratesio_shim/Cargo.toml
23 ./src/librustc_metadata/Cargo.toml
23 ./src/librustc_typeck/Cargo.toml
25 ./src/liballoc_jemalloc/Cargo.toml
35 ./src/librustc_trans/Cargo.toml
37 ./src/rustc/libc_shim/Cargo.toml
39 ./src/rustc/compiler_builtins_shim/Cargo.toml
43 ./src/bootstrap/Cargo.toml
44 ./src/librustc_driver/Cargo.toml
46 ./src/libstd/Cargo.toml
54 ./src/librustc/Cargo.toml
66 ./src/Cargo.toml
1285 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment