Skip to main content

parse_platform_target

Function parse_platform_target 

Source
pub fn parse_platform_target(target: &str) -> Result<(&str, &str), OciError>
Expand description

Parse “os/arch” (e.g. “linux/amd64”) into (os, arch).