[][src]Function cfn_guard::run_check

pub extern "C" fn run_check(
    template_file_contents: &str,
    rules_file_contents: &str,
    strict_checks: bool
) -> Result<(Vec<String>, usize), String>