We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
And move the build.rs to that sub-crate, since it is only used for generating tests.
build.rs
This should help cargo better-parallelize builds of crate graphs that include cpp_demangle.
cpp_demangle
This requires somethign like:
cpp_demangle_tests
crates/tests
CONTRIBUTING.md
cargo test --all
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
cpp_demangle_tests
crate located atcrates/tests
build.rs
to that crateCONTRIBUTING.md
to mentioncargo test --all
for testingThe text was updated successfully, but these errors were encountered: