#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 @ 2023-12-24 4/week @ 2024-01-07 1/week @ 2024-01-14 8/week @ 2024-02-04 4/week @ 2024-02-11 5/week @ 2024-02-18 26/week @ 2024-02-25 22/week @ 2024-03-03 23/week @ 2024-03-10 14/week @ 2024-03-17

85 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

~205–460KB