{"id":57715,"library":"roxmltree","title":"Roxmltree","description":"Represent an XML as a read-only tree.","status":"active","version":"0.21.1","language":"rust","source_language":null,"source_url":"https://github.com/RazrFalcon/roxmltree","tags":["xml","parsing","read-only","tree"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nroxmltree = \"0.21.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add roxmltree","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Document","correct":"use roxmltree::Document;"}],"quickstart":{"code":"use roxmltree::Document;\n\nlet doc = Document::parse(\"<root><child/></root>\").unwrap();\nlet root = doc.root_element();","lang":"rust","description":"Parses an XML string into a read-only document tree."},"warnings":[],"env_vars":null,"search_vec":"'pars':12 'read':8,14 'read-on':7,13 'repres':2 'roxmltre':1 'tree':10,16 'xml':4,11","created_at":"2026-06-16T15:54:47.531082+00:00","updated_at":"2026-06-16T15:54:47.531082+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/RazrFalcon/roxmltree","github":"https://github.com/RazrFalcon/roxmltree","docs":"https://docs.rs/roxmltree/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}