Add experiment to produce precompiled builds of serde_derive

This commit is contained in:
David Tolnay
2023-07-18 12:31:35 -07:00
parent 03da66c805
commit 9e8f14816b
18 changed files with 1448 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("cargo:rustc-cfg=precompiled");
}