pub async fn build_rust_lib(
project: &Project,
platform: TargetPlatform,
options: BuildOptions,
) -> Result<PathBuf>Expand description
Build Rust library for an Apple platform.
ยงErrors
Returns an error if the Rust build fails or the expected Apple archive cannot be copied.