useegdata_manifests_parser::Manifest;/// Main function that demonstrates the usage of the manifest parser
fnmain(){println!("Manifest Parser");// Example usage:
// let manifest = load("path/to/manifest").expect("Failed to load manifest");
// println!("Loaded manifest: {:?}", manifest);
}