pub fn generate_android_project_with_backend(
output_dir: &Path,
project_slug: &str,
default_function: &str,
ffi_backend: FfiBackend,
) -> Result<(), BenchError>Available on crate feature
codegen only.Expand description
Generates Android project structure from templates for a specific FFI backend.