Skip to main content

check

Function check 

Source
pub fn check(text: &str) -> Result<CheckReport, ParseError>
Expand description

Parse and validate stm32.toml text in one call.

Returns ParseError only for malformed TOML / schema violations; hardware conflicts are returned inside the CheckReport (a valid file can still describe an invalid board).