xcframework 0.2.1

A Cargo plugin and library for building Apple XCFrameworks
Documentation
1
2
3
4
5

module MyMath {
    header "libmymath.h"
    export *
}