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

polyhorn-build

Utilities for finding, compiling and linking native code with Polyhorn

7 unstable releases (3 breaking)

0.4.1 Dec 3, 2020
0.4.0 Dec 2, 2020
0.3.2 Oct 20, 2020
0.2.0 Oct 10, 2020
0.1.0 Sep 25, 2020

#11 in #polyhorn

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

59 downloads per month
Used in 8 crates (2 directly)

MIT license

9KB
113 lines

Polyhorn Build

This repository contains code for the polyhorn-build crate that automatically finds, compiles and links native code for iOS (and other platforms in the future).

This is probably only useful if you're using Polyhorn.

Usage

Create a new build.rs file:

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

Polyhorn Build will figure out the rest!

Dependencies

~0.2–8MB
~46K SLoC