1 2 3 4 5 6 7
fn main() { let builds = php_discovery::discover(); for build in builds.unwrap() { println!("{:#?}", build); } }