1 Star 0 Fork 0

Kevin_Yan/rust-fil-proofs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.rs 206 Bytes
一键复制 编辑 原始数据 按行查看 历史
fn is_compiled_for_64_bit_arch() -> bool {
cfg!(target_pointer_width = "64")
}
fn main() {
assert!(
is_compiled_for_64_bit_arch(),
"must be built for 64-bit architectures"
);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kevin_yan/rust-fil-proofs.git
git@gitee.com:kevin_yan/rust-fil-proofs.git
kevin_yan
rust-fil-proofs
rust-fil-proofs
master

搜索帮助