Skip to main content

built_hydrolysis_binary_path

Function built_hydrolysis_binary_path 

Source
pub async fn built_hydrolysis_binary_path(
    project: &Project,
    platform: TargetPlatform,
    profile: &str,
    linkage: RustLinkage,
) -> Result<PathBuf>
Expand description

Resolve the built hydrolysis backend binary path for the given profile.

ยงErrors

Returns an error if neither the canonical nor underscored backend binary can be found.