Skip to main content

validate

Function validate 

Source
pub fn validate(os: Os, arch: Arch) -> Result<HostSupport, UnsupportedHost>
Expand description

Classifies a host against GitHub’s documented matrix.

§Errors

UnsupportedHost::UndocumentedPair when both halves are documented but not together, which today means ARM32 anywhere other than Linux.