#polyhorn #native #ios #build #linker #cross-platform #compiling

polyhorn-build

用于在 Polyhorn 中查找、编译和链接本地代码的实用工具

7 个不稳定版本 (3 个重大更改)

0.4.1 2020 年 12 月 3 日
0.4.0 2020 年 12 月 2 日
0.3.2 2020 年 10 月 20 日
0.2.0 2020 年 10 月 10 日
0.1.0 2020 年 9 月 25 日

11#polyhorn 中排名

Download history • Rust 包仓库 14/week @ 2024-03-14 • Rust 包仓库 13/week @ 2024-03-21 • Rust 包仓库 32/week @ 2024-03-28 • Rust 包仓库 23/week @ 2024-04-04 • Rust 包仓库 15/week @ 2024-04-11 • Rust 包仓库 16/week @ 2024-04-18 • Rust 包仓库 15/week @ 2024-04-25 • Rust 包仓库 13/week @ 2024-05-02 • Rust 包仓库 17/week @ 2024-05-09 • Rust 包仓库 18/week @ 2024-05-16 • Rust 包仓库 17/week @ 2024-05-23 • Rust 包仓库 21/week @ 2024-05-30 • Rust 包仓库 15/week @ 2024-06-06 • Rust 包仓库 14/week @ 2024-06-13 • Rust 包仓库 19/week @ 2024-06-20 • Rust 包仓库 7/week @ 2024-06-27 • Rust 包仓库

59 每月下载次数
8 crate 中使用 (2 个直接使用)

MIT 许可证

9KB
113 行代码(不包括注释)

Polyhorn Build

此存储库包含用于自动查找、编译和链接 iOS(以及未来其他平台)本地代码的 polyhorn-build crate 的代码。

这可能只对使用 Polyhorn 的用户有用。

用法

创建一个新的 build.rs 文件

fn main() {
    polyhorn_build::build();
}

Polyhorn Build 将自动处理其余部分!

依赖关系

~0.2–8MB
~46K SLoC