Open
Description
And move the build.rs
to that sub-crate, since it is only used for generating tests.
This should help cargo better-parallelize builds of crate graphs that include cpp_demangle
.
This requires somethign like:
- Create a new
cpp_demangle_tests
crate located atcrates/tests
- Move all the tests into there
- Move
build.rs
to that crate - Update
CONTRIBUTING.md
to mentioncargo test --all
for testing