{"id":13828806,"url":"https://github.com/eminence/xmltree-rs","last_synced_at":"2025-04-05T18:11:54.660Z","repository":{"id":36470628,"uuid":"40776035","full_name":"eminence/xmltree-rs","owner":"eminence","description":"Reads an XML file into a simple tree structure","archived":false,"fork":false,"pushed_at":"2023-09-06T15:28:08.000Z","size":1096,"stargazers_count":38,"open_issues_count":16,"forks_count":29,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-02T12:39:42.721Z","etag":null,"topics":["rust","xml","xml-parser"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"0x4D31/honeyLambda","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eminence.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-08-15T18:02:58.000Z","updated_at":"2024-04-16T15:05:27.000Z","dependencies_parsed_at":"2022-08-31T01:24:28.652Z","dependency_job_id":"7a72dadb-a34a-40d0-b157-d3ed5771d0af","html_url":"https://github.com/eminence/xmltree-rs","commit_stats":{"total_commits":72,"total_committers":18,"mean_commits":4.0,"dds":"0.36111111111111116","last_synced_commit":"8e8a1ae49c0fc682b67034ee657761a2b78f0bfe"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eminence%2Fxmltree-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eminence%2Fxmltree-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eminence%2Fxmltree-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eminence%2Fxmltree-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eminence","download_url":"https://codeload.github.com/eminence/xmltree-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378152,"owners_count":20929297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rust","xml","xml-parser"],"created_at":"2024-08-04T09:03:10.886Z","updated_at":"2025-04-05T18:11:54.642Z","avatar_url":"https://github.com/eminence.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"xmltree-rs\n==========\n\n[Documentation](https://docs.rs/xmltree/)\n\nA small library for parsing an XML file into an in-memory tree structure.\n\nNot recommended for large XML files, as it will load the entire file into memory.\n\nhttps://crates.io/crates/xmltree\n\n## Usage\n\nAdd the following to your `Cargo.toml` file:\n\n```toml\n[dependencies]\nxmltree = \"0.11\"\n```\n\n### Feature-flags\n\n* `attribute-order` - change the data structure that stores attributes to one that uses insertion order. This changes the type definition and adds another dependency.\n\n* `attribute-sorted` - change the data structure that stores attributes to one that uses sorted order. This changes the type definition.\n\n## Compatibility with xml-rs\nThis crate will export some types from the xml-rs crate.  If your own crate also uses the xml-rs\ncrate, but with a different version, the types may be incompatible.  One way to solve this is to\nonly use the exported types, but sometimes that is not always possible.  In those cases you should\nuse a version of xmltree that matches the version of xml-rs you are using:\n\n| xml-rs version | xmltree version |\n|----------------|-----------------|\n| 0.8            | 0.11            |\n| 0.7            | 0.8             |\n| 0.6            | 0.6             |\n\n\n## Example\n\nSee the documentation for some examples:\n\nhttps://docs.rs/xmltree/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feminence%2Fxmltree-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feminence%2Fxmltree-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feminence%2Fxmltree-rs/lists"}