ci: add GitHub Actions workflows for upstream sync and release automation

This commit is contained in:
Your Name 2026-03-04 17:19:56 +08:00
parent 0d201261c8
commit 5d421e8a76
7035 changed files with 106275 additions and 0 deletions

View file

@ -0,0 +1,3 @@
cargo:rerun-if-changed=build.rs
cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64"))
cargo:rustc-cfg=fast_arithmetic="64"