xcframework 0.2.1

A Cargo plugin and library for building Apple XCFrameworks
Documentation
1
2
3
4
5
6
7
8
9
mod args;
mod configuration;
mod targets;
mod xcframework;

pub use crate::conf::xcframework::{LibType, XCFrameworkConfiguration};
pub use args::Xcframework as CliArgs;
pub use configuration::Configuration;
pub use targets::Target;