编辑Cargo.toml, 指定启用build.rs 用于在开始构建rust code之前首先执行,构建好各种依赖环境,如提前构建好C库。 [package] name = "link-example" ...
確定! 回上一頁