#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

#12 in #polyhorn

Download history 3/week @ 2024-01-06 2/week @ 2024-01-13 6/week @ 2024-02-03 5/week @ 2024-02-10 6/week @ 2024-02-17 23/week @ 2024-02-24 19/week @ 2024-03-02 26/week @ 2024-03-09 14/week @ 2024-03-16 13/week @ 2024-03-23 41/week @ 2024-03-30 15/week @ 2024-04-06 17/week @ 2024-04-13 9/week @ 2024-04-20

82 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–9MB
~50K SLoC