{"id":66449,"library":"elementtree","title":"ElementTree","description":"Parse an XML file into Python elementtree like structure","status":"active","version":"1.2.3","language":"rust","source_language":null,"source_url":"https://github.com/mitsuhiko/elementtree-rust","tags":["xml","parsing","elementtree"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nelementtree = \"1.2.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add elementtree","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Element","correct":"use elementtree::Element;"}],"quickstart":{"code":"use elementtree::Element;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let xml = r#\"<root><child id=\"1\"/></root>\"#;\n    let root = Element::from_reader(xml.as_bytes())?;\n    println!(\"Root: {}\", root.tag());\n    Ok(())\n}","lang":"rust","description":"Parses an XML string into an Element tree."},"warnings":[],"env_vars":null,"search_vec":"'elementtre':1,8,13 'file':5 'like':9 'pars':2,12 'python':7 'structur':10 'xml':4,11","created_at":"2026-06-17T17:24:00.264992+00:00","updated_at":"2026-06-17T17:24:00.264992+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/mitsuhiko/elementtree-rust","github":"https://github.com/mitsuhiko/elementtree-rust","docs":"https://docs.rs/elementtree/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}