Skip to main content

build_rust_lib

Function build_rust_lib 

Source
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.